home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-07 | 299.6 KB | 7,669 lines |
- ! Netscape.ad --- app-defaults file for Netscape 3.01S.
- !
- ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
- ! all rights reserved.
- !
- ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
- ! Bugs and commentary to x_cbug@netscape.com.
- !
- ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
- !
- ! ==========================================================
- ! NOTE: If you're looking here for things to customize, look
- ! on the Preferences dialogs under the Options menu first.
- ! Most things are customizable from there. Things which are
- ! settable via the Preferences dialog boxes are stored in
- ! the ~/.netscape/preferences file, and not in X resources.
- ! ==========================================================
- !
- ! This file lists the default resources built in to Netscape.
- ! You can use the stuff in this file for examples of how to customize
- ! Netscape for your environment; normally you will do this by
- ! copying the few lines you want to alter to your private resource
- ! database, which usually lives in a file called .Xdefaults in your home
- ! directory.
- !
- ! Site administrators **may** want to make changes here and install this
- ! file as the global app-defaults file for the site. To do this, one
- ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
- ! /usr/openwin/lib/app-defaults/Netscape. (But actually this directory
- ! could be anywhere; only the person who installed X knows for sure.)
- !
- ! It is **STRONGLY RECOMMENDED** that you not install this file in the
- ! app-defaults directory unless you are really sure you know what you are
- ! doing. There are a whole slew of version-skew problems associated with
- ! app-defaults files, which are best avoided by simply not using them.
- ! In particular, if the app-defaults file for a program is installed, and
- ! you get a new version of that program, you can't properly test out the
- ! new version without actually installing it, since it will pick up the
- ! resources for the previous version, and will quite likely malfunction.
- !
- ! In short, app-defaults files are bad. Don't use them. This file is
- ! provided for informational purposes, and so that I don't get a lot of
- ! complaints from people who think they understand this stuff better than
- ! I do.
-
- ! Here's how you turn on SGI's Motif hacks:
- Netscape*sgiMode: True
- Netscape*scheme: Base
- Netscape*useSchemes: Colors, Fonts
- Netscape*useEnhancedFSB: True
-
- ! IXI Motif Form widget is broken, don't use it
- !*useIxiAdds: NONE
-
- ! User-Settable Parameters
- ! ========================
-
- ! This is the directory where Netscape finds external files such as icons.
- !
- *appDir: /usr/lib/X11/ko_KR.euc/netscape
-
- ! This resource is the same as the -visual command line option, which selects
- ! an X visual on which the windows should be created. Legal options are:
- ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
- ! use whatever the server says is the default visual; a visual class (like
- ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
- ! a particular visual (in case there is more than one visual of a particular
- ! class.) "Best" is probably the right choice.
- !
- *visualID: Best
-
- ! Whether Netscape should install a private colormap. This will cause the
- ! maximal number of colors to be used, but on most systems, will result in
- ! unpleasant colormap flashing when switching between applications. Legal
- ! options are: Yes, No, and Guess. "Guess" means "install the colormap only
- ! if we know that the display hardware supports multiple simultaneous
- ! colormaps, meaning that there will be no colormap flashing." Currently,
- ! that means install the map when displaying on an SGI screen, and don't
- ! otherwise. (What other vendors have multiple hardware colormaps, and how
- ! do you uniquely identify that capability? Let me know.)
- !
- *installColormap: Guess
-
- ! The maximum number of color cells to allocate per image; this is only
- ! relevant when using the default colormap of a PseudoColor visual.
- ! If it is 0, we allocate as many colors as we can get. (The more colors
- ! that we can allocate, the better images will look.) This controls only
- ! the number of colors allocated for internal images - a few more colors
- ! will be allocated for the fluff and chrome that comes with Motif.
- !
- *maxImageColors: 0
-
- ! Set this to false to disable the <BLINK> tag.
- *blinkingEnabled: True
-
- ! Whether the Exit menu item should confirm first.
- *confirmExit: False
-
- ! Mouse cursor when over an anchor.
- *linkCursor: hand2
-
- ! Mouse cursor when awaiting a reply.
- *busyCursor: watch
-
- ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
- *saveNextLinkCursor: hand2
-
- ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
- *saveNextNonlinkCursor: crosshair
-
- ! How quickly (in seconds) the status messages should update.
- *progressInterval: 1
-
- ! How quickly (in milliseconds) the run light and/or logo should animate.
- *busyBlinkRate: 500
- *animRate: 166
-
- ! How often (in seconds) the global history, bookmarks, and disk cache
- ! files should be updated.
- *saveHistoryInterval: 600
-
- ! How many pixels of motion must occur before a mouse-release is interpreted
- ! as a "drag" rather than a "click."
- *hysteresis: 3
-
- ! These resources control whether Netscape should redirect its stdout and
- ! stderr streams to a dialog box, so that diagnostics reported by other
- ! programs launched by Netscape (for example, external viewers specified in
- ! a mailcap file) will be reported to the user through a dialog box,
- ! instead of simply showing up on the stdout/stderr of the controlling
- ! terminal of Netscape (which in many cases won't even be visible.)
- !
- ! If you have a external viewer which produces an annoying amount of output
- ! even when it has nothing interesting to say, you can shut it up by
- ! redirecting its output to stderr; for example, to do this to mpeg_play,
- ! you could add the following to your .mailcap file:
- !
- ! video/mpeg; mpeg_play %s 2>&-
- !
- ! Normally, Netscape captures both the stdout and stderr into the dialog box.
- ! If you find a need to let one or both of them continue on to the actual
- ! terminal of Netscape, you can do it by setting these resources to False.
- !
- *useStderrDialog: True
- *useStdoutDialog: True
-
- ! For those MIME content-encodings which are not directly understood
- ! internally, it is possible to specify another Unix program to use as
- ! a filter here.
- !
- ! Each line in the encodingFilters resource consists of four fields,
- ! separated by colons and optional whitespace:
- !
- ! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
- !
- ! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
- ! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
- ! PRINTABLE are built-in; no need to specify those.)
- !
- ! output-encoding: The encoding that results from this transformation.
- ! Leaving this empty is usually appropriate.
- !
- ! extensions: A comma-separated list of the extensions typically used for
- ! files in this encoding; if a document ends in one of these
- ! extensions, then when that document is saved to disk, the
- ! extension will be stripped off of the default file name
- ! (since documents are decoded before they are saved, and the
- ! extension would no longer accurately describe the file.)
- !
- ! filter-command: A shell command which reads from stdin and writes to stdout
- ! which does the actual decoding.
- !
- *encodingFilters: \
- x-compress : : .Z : uncompress -c \n\
- compress : : .Z : uncompress -c \n\
- x-gzip : : .z,.gz : gzip -cdq \n\
- gzip : : .z,.gz : gzip -cdq \n
-
-
- ! Too many servers have bugs in the implementation of window gravity for
- ! us to rely on it. Scrolling of large forms is *significantly* faster
- ! if we are able to make use of window gravity, but on many X servers, it
- ! results in form items being scattered randomly all over the document.
- ! Legal values for this resource are Yes, No, Partial, and Guess. If
- ! "Guess", we run some tests and try to decide whether the X server is
- ! broken or partially broken.
- !
- ! If you find yourself needing to use a value here other than Guess,
- ! please tell us, so that we can make it guess correctly in the future.
- !
- *windowGravityWorks: Guess
-
-
- ! Colors
- !
- ! This resource controls the foreground text color of unfollowed links
- ! (links which have not yet been visited.)
- !
- *linkForeground: #0000EE
-
- ! This resource controls the foreground text color of followed links
- ! (links which have already been visited.)
- !
- *vlinkForeground: #551A8B
-
- ! This resource controls the foreground text color of activated links
- ! (links which are in the process of being clicked upon.)
- !
- *alinkForeground: #FF0000
-
- ! These resources control the foreground and background colors of text
- ! which has been selected with the mouse.
- !
- *selectForeground: #000000
- *selectBackground: #FFFFCC
-
- ! These resources control the foreground and background colors of normal text.
- !
- *defaultForeground: #000000
- *defaultBackground: #C0C0C0
-
- ! This resource may be used to specify a default background image. It should
- ! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
- ! then the default background color will be used instead.
- !
- *defaultBackgroundImage:
-
- ! Normally, the user-specified colors and backgrounds will only be used when
- ! viewing documents which did not specify their own colors and backgrounds.
- ! If this resource is set to False, then the user-specified colors and
- ! backgrounds will always be used, regardless of the options specified in
- ! the document itself.
- !
- *documentColorsHavePriority: True
-
-
- ! Geometry
- !
- ! Here's how you set the default sizes and positions of the Netscape windows:
- !
- ! For the web browser window: Netscape.Navigator.geometry: =500x700+100-0
- ! For the mail reader: Netscape.Mail.geometry: =500x800+200-0
- ! For the news reader: Netscape.News.geometry: =500x800+300-0
- ! For the mail editor: Netscape.Composition.geometry: =400x600
- ! For the bookmarks window: Netscape.Bookmarks.geometry: =300x900-0-0
- ! For the address book window: Netscape.AddressBook.geometry: =300x900-300-0
- ! For the download windows: Netscape.Download.geometry: =500x200-0-0
- !
- ! In previous versions of Netscape, we suggested setting the geometry on the
- ! TopLevelShell class; don't do that any more. It will affect *all* of the
- ! top-level Netscape windows, including bookmarks and message composition and
- ! so on, which is probably not what you want.
- !
- ! To set the sizes of the panes and columns in the mail and news windows,
- ! change them to the layout you like, and then select "Options/Save Options".
- ! (To change the fonts in the message lists, search below for the resource
- ! that begins with "XmLGrid*fontList".)
-
-
-
- ! Translations
- !
- ! Many of these translations are duplicated on both "Meta" and "Alt", since
- ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
- ! Sun in their infinite wisdom furthers this confusing lossage by both having
- ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
- ! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
- ! All praise the X keyboard model!
- !
- ! And because of the need to do this, we have to do all of the keyboard
- ! equivalents with "translations" instead of "accelerators", since a menu
- ! item can only have one accelerator, and in order to make both Meta and Alt
- ! work we need to give them each two. All praise Motif!
-
-
- ! Keybindings in the main window which correspond to menu items.
- ! These are installed on every widget which is a child of our Shell,
- ! and are not installed on popups/transients.
- !
- *globalTranslations: #override \n\
- \
- Meta Ctrl<Key>A: addBookmark() \n\
- ~Alt Ctrl<Key>A: addBookmark() \n\
- Meta Ctrl<Key>B: viewBookmark() \n\
- ~Alt Ctrl<Key>B: viewBookmark() \n\
- Meta Ctrl<Key>C: copy() \n\
- ~Alt Ctrl<Key>C: copy() \n\
- Meta Ctrl<Key>D: undefined-key() \n\
- ~Alt Ctrl<Key>D: undefined-key() \n\
- Meta Ctrl<Key>E: undefined-key() \n\
- ~Alt Ctrl<Key>E: undefined-key() \n\
- Meta Ctrl<Key>F: find() \n\
- ~Alt Ctrl<Key>F: find() \n\
- Meta Ctrl<Key>G: findAgain() \n\
- ~Alt Ctrl<Key>G: findAgain() \n\
- Meta Ctrl<Key>H: history() \n\
- ~Alt Ctrl<Key>H: history() \n\
- Meta Ctrl<Key>I: loadImages() \n\
- ~Alt Ctrl<Key>I: loadImages() \n\
- Meta Ctrl<Key>J: undefined-key() \n\
- ~Alt Ctrl<Key>J: undefined-key() \n\
- Meta Ctrl<Key>K: undefined-key() \n\
- ~Alt Ctrl<Key>K: undefined-key() \n\
- Meta Ctrl<Key>L: openURL() \n\
- ~Alt Ctrl<Key>L: openURL() \n\
- Meta Ctrl<Key>M: mailNew() \n\
- ~Alt Ctrl<Key>M: mailNew() \n\
- Meta Ctrl<Key>N: new() \n\
- ~Alt Ctrl<Key>N: new() \n\
- Meta Ctrl<Key>O: openFile() \n\
- ~Alt Ctrl<Key>O: openFile() \n\
- Meta Ctrl<Key>P: print() \n\
- ~Alt Ctrl<Key>P: print() \n\
- Meta Ctrl<Key>Q: exit() \n\
- ~Alt Ctrl<Key>Q: exit() \n\
- Meta Ctrl<Key>R: reload() \n\
- ~Alt Ctrl<Key>R: reload() \n\
- Meta Ctrl<Key>S: saveAs() \n\
- ~Alt Ctrl<Key>S: saveAs() \n\
- Meta Ctrl<Key>U: undefined-key() \n\
- ~Alt Ctrl<Key>U: undefined-key() \n\
- Meta Ctrl<Key>V: paste() \n\
- ~Alt Ctrl<Key>V: paste() \n\
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n\
- Meta Ctrl<Key>X: cut() \n\
- ~Alt Ctrl<Key>X: cut() \n\
- Meta Ctrl<Key>Y: paste() \n\
- ~Alt Ctrl<Key>Y: paste() \n\
- Meta Ctrl<Key>Z: undo() \n\
- ~Alt Ctrl<Key>Z: undo() \n\
- \
- Meta Ctrl<Key>1: historyItem(1) \n\
- ~Alt Ctrl<Key>1: historyItem(1) \n\
- Meta Ctrl<Key>2: historyItem(2) \n\
- ~Alt Ctrl<Key>2: historyItem(2) \n\
- Meta Ctrl<Key>3: historyItem(3) \n\
- ~Alt Ctrl<Key>3: historyItem(3) \n\
- Meta Ctrl<Key>4: historyItem(4) \n\
- ~Alt Ctrl<Key>4: historyItem(4) \n\
- Meta Ctrl<Key>5: historyItem(5) \n\
- ~Alt Ctrl<Key>5: historyItem(5) \n\
- Meta Ctrl<Key>6: historyItem(6) \n\
- ~Alt Ctrl<Key>6: historyItem(6) \n\
- Meta Ctrl<Key>7: historyItem(7) \n\
- ~Alt Ctrl<Key>7: historyItem(7) \n\
- Meta Ctrl<Key>8: historyItem(8) \n\
- ~Alt Ctrl<Key>8: historyItem(8) \n\
- Meta Ctrl<Key>9: historyItem(9) \n\
- ~Alt Ctrl<Key>9: historyItem(9) \n\
- \
- Meta Ctrl<Key>osfLeft: back() \n\
- ~Alt Ctrl<Key>osfLeft: back() \n\
- Meta Ctrl<Key>osfRight: forward() \n\
- ~Alt Ctrl<Key>osfRight: forward() \n\
- <Key>osfCancel: abort() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
-
-
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
-
-
- ! Translations in the Mail & News window.
- ! Things here override the global translations (which are loaded first.)
- ! This changes:
- ! Ctrl+A from "Add Bookmark" to "Select All"
- ! Ctrl+H from "View History" to "Deliver Mail Now"
- ! Ctrl+L from "Open URL" to "Forward Message"
- ! Ctrl+R from "Reload" to "Reply to Sender"
- ! Ctrl+O from "Open File" to undefined
- ! Ctrl+S from "Save As" to undefined
- !
- ! This adds:
- ! Ctrl+Shift+A for "Select Thread"
- ! Ctrl+T for "Get New Mail"
- ! Ctrl+K for "Compress Folder"
- ! Ctrl+Shift+R for "Reply to All"
- ! Ctrl+D for "Delete Message"
- ! Ctrl+E for "Redo"
- !
- ! Alt arrow keys select previous/next.
- ! Ctrl+Shift arrow keys select previous/next unread.
- ! Meta+Shift arrow keys select previous/next marked.
- !
- *mailnewsGlobalTranslations: #override \
- <Btn3Down>: mailNewsPopup() \n\
- Meta Ctrl ~Shift <Key>a: selectAll() \n\
- ~Alt Ctrl ~Shift <Key>a: selectAll() \n\
- Meta Ctrl Shift <Key>a: selectThread() \n\
- ~Alt Ctrl Shift <Key>a: selectThread() \n\
- Meta Ctrl ~Shift <Key>d: deleteMessage() \n\
- ~Alt Ctrl ~Shift <Key>d: deleteMessage() \n\
- Meta Ctrl Shift <Key>d: forwardMessageQuoted() \n\
- ~Alt Ctrl Shift <Key>d: forwardMessageQuoted() \n\
- Meta Ctrl<Key>E: redo() \n\
- ~Alt Ctrl<Key>E: redo() \n\
- Meta Ctrl<Key>H: deliverQueuedMessages() \n\
- ~Alt Ctrl<Key>H: deliverQueuedMessages() \n\
- Meta Ctrl<Key>K: compressFolder() \n\
- ~Alt Ctrl<Key>K: compressFolder() \n\
- Meta Ctrl<Key>L: forwardMessage() \n\
- ~Alt Ctrl<Key>L: forwardMessage() \n\
- Meta Ctrl<Key>O: openFolder() \n\
- ~Alt Ctrl<Key>O: openFolder() \n\
- Meta Ctrl ~Shift <Key>r: reply() \n\
- ~Alt Ctrl ~Shift <Key>r: reply() \n\
- Meta Ctrl Shift <Key>r: replyAll() \n\
- ~Alt Ctrl Shift <Key>r: replyAll() \n\
- Meta Ctrl<Key>S: saveMessageAs() \n\
- ~Alt Ctrl<Key>S: saveMessageAs() \n\
- Meta Ctrl<Key>T: getNewMail() \n\
- ~Alt Ctrl<Key>T: getNewMail() \n\
- \
- Meta Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
- ~Alt Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
- Meta Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
- ~Alt Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
- Meta Ctrl ~Shift <Key>Down: selectNextMessage() \n\
- ~Alt Ctrl ~Shift <Key>Down: selectNextMessage() \n\
- Meta Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
- ~Alt Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
- \
- Meta Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
- Meta Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
- Meta Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
- Meta Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
- \
- Ctrl Shift <Key>Up: selectPreviousMarkedMessage() \n\
- Ctrl Shift <Key>Up: selectPreviousMarkedMessage() \n\
- Ctrl Shift <Key>osfUp: selectPreviousMarkedMessage() \n\
- Ctrl Shift <Key>osfUp: selectPreviousMarkedMessage() \n\
- Ctrl Shift <Key>Down: selectNextMarkedMessage() \n\
- Ctrl Shift <Key>Down: selectNextMarkedMessage() \n\
- Ctrl Shift <Key>osfDown: selectNextMarkedMessage() \n\
- Ctrl Shift <Key>osfDown: selectNextMarkedMessage() \n\
- \
- Meta Ctrl<Key>1: undefined-key() \n\
- ~Alt Ctrl<Key>1: undefined-key() \n\
- Meta Ctrl<Key>2: undefined-key() \n\
- ~Alt Ctrl<Key>2: undefined-key() \n\
- Meta Ctrl<Key>3: undefined-key() \n\
- ~Alt Ctrl<Key>3: undefined-key() \n\
- Meta Ctrl<Key>4: undefined-key() \n\
- ~Alt Ctrl<Key>4: undefined-key() \n\
- Meta Ctrl<Key>5: undefined-key() \n\
- ~Alt Ctrl<Key>5: undefined-key() \n\
- Meta Ctrl<Key>6: undefined-key() \n\
- ~Alt Ctrl<Key>6: undefined-key() \n\
- Meta Ctrl<Key>7: undefined-key() \n\
- ~Alt Ctrl<Key>7: undefined-key() \n\
- Meta Ctrl<Key>8: undefined-key() \n\
- ~Alt Ctrl<Key>8: undefined-key() \n\
- Meta Ctrl<Key>9: undefined-key() \n\
- ~Alt Ctrl<Key>9: undefined-key() \n
-
-
- ! Translations in the MailCompose window.
- ! These are used instead of globalTranslations.
- !
- *mailcomposeGlobalTranslations: #override \
- \
- Meta Ctrl<Key>B: viewBookmark() \n\
- ~Alt Ctrl<Key>B: viewBookmark() \n\
- Meta Ctrl<Key>C: copy() \n\
- ~Alt Ctrl<Key>C: copy() \n\
- Meta Ctrl<Key>Return: sendMail() \n\
- ~Alt Ctrl<Key>Return: sendMail() \n\
- Meta Ctrl<Key>V: paste() \n\
- ~Alt Ctrl<Key>V: paste() \n\
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n\
- Meta Ctrl<Key>X: cut() \n\
- ~Alt Ctrl<Key>X: cut() \n\
- Meta Ctrl<Key>Y: paste() \n\
- ~Alt Ctrl<Key>Y: paste() \n\
- Meta Ctrl<Key>Z: undo() \n\
- ~Alt Ctrl<Key>Z: undo() \n
-
-
- ! Translations in the Bookmarks and Adderssbook window.
- ! These translations are used instead of globalTranslations.
- ! None of the key *semantics* of globalTranslations are changed here,
- ! only the actions bound. (And inapplicable actions are not present.)
- !
- *bmGlobalTranslations: #override \
- <Btn3Down>: BookmarkPopup() \n\
- Meta Ctrl<Key>C: bmcopy() \n\
- ~Alt Ctrl<Key>C: bmcopy() \n\
- Meta Ctrl<Key>D: bmdeleteItem() \n\
- ~Alt Ctrl<Key>D: bmdeleteItem() \n\
- Meta Ctrl<Key>E: bmredo() \n\
- ~Alt Ctrl<Key>E: bmredo() \n\
- Meta Ctrl<Key>F: bmfind() \n\
- ~Alt Ctrl<Key>F: bmfind() \n\
- Meta Ctrl<Key>G: bmfindAgain() \n\
- ~Alt Ctrl<Key>G: bmfindAgain() \n\
- Meta Ctrl<Key>M: bmmailMessage() \n\
- ~Alt Ctrl<Key>M: bmmailMessage() \n\
- Meta Ctrl<Key>S: bmsaveAs() \n\
- ~Alt Ctrl<Key>S: bmsaveAs() \n\
- Meta Ctrl<Key>V: bmpaste() \n\
- ~Alt Ctrl<Key>V: bmpaste() \n\
- Meta Ctrl<Key>W: bmclose() \n\
- ~Alt Ctrl<Key>W: bmclose() \n\
- Meta Ctrl<Key>X: bmcut() \n\
- ~Alt Ctrl<Key>X: bmcut() \n\
- Meta Ctrl<Key>Y: bmpaste() \n\
- ~Alt Ctrl<Key>Y: bmpaste() \n\
- Meta Ctrl<Key>Z: bmundo() \n\
- ~Alt Ctrl<Key>Z: bmundo() \n
-
- !
- ! Translations for document source window
- *dialogGlobalTranslations: #override \n\
- \
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n
-
-
-
- ! Mouse bindings in the HTML display area.
- !
- *drawingArea.translations: #replace \
- <Btn1Down>: ArmLink() \n\
- <Btn2Down>: ArmLink() \n\
- ~Shift<Btn1Up>: ActivateLink() \
- DisarmLink() \n\
- ~Shift<Btn2Up>: ActivateLink(new-window) \
- DisarmLink() \n\
- Shift<Btn1Up>: ActivateLink(save-only) \
- DisarmLink() \n\
- Shift<Btn2Up>: ActivateLink(save-only) \
- DisarmLink() \n\
- <Btn1Motion>: DisarmLinkIfMoved() \n\
- <Btn2Motion>: DisarmLinkIfMoved() \n\
- <Btn3Motion>: DisarmLinkIfMoved() \n\
- <Motion>: DescribeLink() \n\
- <Btn3Down>: CommandMenu() \n
-
- *drawingArea*XmList.highlightThickness: 2
-
-
- ! Some basic emacs-like bindings for text fields.
- !
- ! "editingTranslations" are merged into all XmText and XmTextField widgets.
- ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
- ! are merged in, depending on whether it is an XmText or XmTextField widget.
- ! These resources are merged in after "globalTranslations", so it is possible
- ! for them to override the menu accelerators.
- !
- ! Problems:
- ! = I don't understand why the "Ctrl<Key>g" binding does nothing.
- ! = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
- ! = This doesn't quite do active regions right, in that C-SPC M-f doesn't
- ! leave the word highlighted (though it does leave a region set.)
- ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
- !
- ! NOTE: if you're looking here because BackSpace and Delete aren't
- ! working the way you think they should, then you need to run
- ! xmodmap or xkeycaps to fix your keyboard, or mess read the man
- ! page forVirualBindings(1). For details, see the Netscape FAQ
- ! (available from the Help menu.)
- !
- *editingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>a: beginning-of-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>b: backward-character() \n\
- ~Meta ~Alt Shift Ctrl<Key>b: backward-character(extend) \n\
- ~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
- ~Meta ~Alt ~Shift Ctrl<Key>e: end-of-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>e: end-of-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>f: forward-character() \n\
- ~Meta ~Alt Shift Ctrl<Key>f: forward-character(extend) \n\
- ~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
- ~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
- ~Meta ~Alt Ctrl<Key>space: set-anchor() \n\
- ~Meta ~Alt Ctrl<Key>2: set-anchor() \n\
- ~Meta ~Alt Ctrl<Key>@: set-anchor() \n\
- \
- Meta Ctrl ~Shift<Key>b: backward-word() \n\
- ~Alt Ctrl ~Shift<Key>b: backward-word() \n\
- Meta Ctrl Shift<Key>b: backward-word(extend) \n\
- ~Alt Ctrl Shift<Key>b: backward-word(extend) \n\
- Meta Ctrl ~Shift<Key>f: forward-word() \n\
- ~Alt Ctrl ~Shift<Key>f: forward-word() \n\
- Meta Ctrl Shift<Key>f: forward-word(extend) \n\
- ~Alt Ctrl Shift<Key>f: forward-word(extend) \n\
- Meta Ctrl <Key>w: copy-clipboard() \n\
- ~Alt Ctrl <Key>w: copy-clipboard() \n\
- Meta Ctrl ~Shift<Key>osfLeft: backward-word() \n\
- ~Alt Ctrl ~Shift<Key>osfLeft: backward-word() \n\
- Meta Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
- ~Alt Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
- Meta Ctrl ~Shift<Key>osfRight:forward-word() \n\
- ~Alt Ctrl ~Shift<Key>osfRight:forward-word() \n\
- Meta Ctrl Shift<Key>osfRight:forward-word(extend) \n\
- ~Alt Ctrl Shift<Key>osfRight:forward-word(extend) \n
-
- ! Translations that apply only to single-line fields; see above.
- !
- ! Ctrl-U clears the current line only in single-line fields. Unix
- ! command-line weenies expect this, even though everyone knows Ctrl-U
- ! should mean "prefix argument".
- !
- ! In single-line fields, the various killing commands are really deletion
- ! commands instead (that is, they don't affect the Clipboard and are not
- ! undoable with Ctrl-y) because the XmTextField widget does not provide
- ! kill commands -- only the XmText widget does. (What the hell is up with
- ! that...) Maybe we could get around this by never using XmTextField, and
- ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
- ! have other unexpected effects...
- !
- ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
- ! but that doesn't work, because forward-word takes the whitespace after the
- ! word as well, instead of stopping before the whitespace.
- !
- ! Similarly, Ctrl-k can't be implemented with
- ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
- ! because that has the side effect of (temporarily) owning the selection,
- ! which would make it impossible to: select text in another application;
- ! type C-k at Netscape; Click middle to paste. The paste would be impossible
- ! because C-k would have cleared the selection.
- !
- *singleLineEditingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
- delete-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>l: refresh() \n\
- ~Meta ~Alt Ctrl<Key>w: key-select() \
- delete-selection() \n\
- ~Meta ~Alt Ctrl<Key>y: paste-clipboard() \n\
- Meta Ctrl <Key>d: delete-next-word() \n\
- ~Alt Ctrl <Key>d: delete-next-word() \n\
- Meta Ctrl<Key>osfBackSpace: delete-previous-word() \n\
- ~Alt Ctrl<Key>osfBackSpace: delete-previous-word() \n\
- Meta Ctrl<Key>osfDelete: delete-next-word() \n\
- ~Alt Ctrl<Key>osfDelete: delete-next-word() \n
-
- ! Translations that apply only to multi-line fields; see above.
- ! Most of these are here because they are commands that only apply when
- ! the text area has multiple lines in it, but see above comment about
- ! "kill" commands versus "delete" commands.
- !
- *multiLineEditingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>k: kill-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>w: key-select() kill-selection() \n\
- ~Meta ~Alt Ctrl<Key>y: unkill() \n\
- Meta Ctrl <Key>d: kill-next-word() \n\
- ~Alt Ctrl <Key>d: kill-next-word() \n\
- ~Meta ~Alt Ctrl<Key>l: redraw-display() refresh() \n\
- Meta Ctrl<Key>osfBackSpace: kill-previous-word() \n\
- ~Alt Ctrl<Key>osfBackSpace: kill-previous-word() \n\
- Meta Ctrl<Key>osfDelete: kill-next-word() \n\
- ~Alt Ctrl<Key>osfDelete: kill-next-word() \n\
- \
- ~Meta ~Alt Ctrl<Key>j: newline-and-indent() \n\
- ~Meta ~Alt Ctrl<Key>o: newline-and-backup() \n\
- ~Meta ~Alt ~Shift Ctrl<Key>n: next-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>n: next-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>p: previous-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>p: previous-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>v: next-page() \n\
- ~Meta ~Alt Shift Ctrl<Key>v: next-page(extend) \n\
- Meta Ctrl ~Shift<Key>v: previous-page() \n\
- ~Alt Ctrl ~Shift<Key>v: previous-page() \n\
- Meta Ctrl Shift<Key>v: previous-page(extend) \n\
- ~Alt Ctrl Shift<Key>v: previous-page(extend) \n\
- ~Alt Ctrl ~Shift<Key>[: backward-paragraph() \n\
- Meta Ctrl ~Shift<Key>[: backward-paragraph() \n\
- ~Alt Ctrl Shift<Key>[: backward-paragraph(extend) \n\
- Meta Ctrl Shift<Key>[: backward-paragraph(extend) \n\
- ~Alt Ctrl ~Shift<Key>]: forward-paragraph() \n\
- Meta Ctrl ~Shift<Key>]: forward-paragraph() \n\
- ~Alt Ctrl Shift<Key>]: forward-paragraph(extend) \n\
- Meta Ctrl Shift<Key>[: forward-paragraph(extend) \n\
- ~Alt Ctrl <Key><: set-anchor() \
- beginning-of-file() \n\
- Meta Ctrl <Key><: set-anchor() \
- beginning-of-file() \n\
- ~Alt Ctrl <Key>>: set-anchor() \
- end-of-file() \n\
- Meta Ctrl <Key>>: set-anchor() \
- end-of-file() \n\
- ~Alt Ctrl <Key><: set-anchor() \
- beginning-of-file(extend) \n\
- ~Meta Ctrl <Key><: set-anchor() \
- beginning-of-file(extend) \n\
- ~Alt Ctrl <Key>>: set-anchor() \
- end-of-file(extend) \n\
- ~Meta Ctrl <Key>>: set-anchor() \
- end-of-file(extend) \n\
- Ctrl <Key>/: undefined-key() \n
-
- ! Since these get merged in first, all the other bindings override them.
- ! This is just so that undefined non-self-inserting keys beep.
- ! (Except that this doesn't really work that well, so nevermind.)
- !*XmText.translations: #override \
- ! Ctrl <Key>: undefined-key() \n\
- ! Meta <Key>: undefined-key() \n\
- ! Alt <Key>: undefined-key() \n
- !*XmTextField.translations: #override \
- ! Ctrl <Key>: undefined-key() \n\
- ! Meta <Key>: undefined-key() \n\
- ! Alt <Key>: undefined-key() \n
-
-
- ! We merge these translations into all text fields which are not the
- ! bottommost text field in a dialog box (transient popup.) This is so that
- ! hitting `return' in a text field will select the next text field if there
- ! is one, and will select the "OK" button if there are no more.
- !
- *nonterminalTextTranslations: #override \n\
- <Key>Return: next-tab-group() \n\
- <Key>Linefeed: next-tab-group() \n
-
- ! This is used for self-submitting text fields in HTML forms (not popups.)
- ! We don't need to store these in to dialog box text fields, since in that
- ! case we are able to simply avoid storing in the above ones, but we don't
- ! know that until too late with forms.
- *terminalTextTranslations: #override \n\
- <Key>Return: activate() \n\
- <Key>Linefeed: activate() \n
-
-
- ! These translations are installed on every TextField widget in the main tree,
- ! but *not* on text fields in dialogs, or in the mail composition window
- ! (that's the difference between this and singleLineEditingTranslations.)
- *globalTextFieldTranslations: #override \n\
- ~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
-
-
- ! We install these on every widget in the main tree (but not popups) that isn't
- ! a Text or TextField or List.These, basically, are motion commands that ought
- ! to apply to the HTML display area unless some text field or List has focus,
- ! in which case they ought to apply to the text in that text field instead.
- ! Doesn't all this crap just make you want to hurl?
- *globalNonTextTranslations: #override \n\
- ~Meta ~Alt ~Ctrl<Key>space: Spacebar() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
- ~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
- Meta Ctrl<Key>f: fishcam() \n\
- Alt Ctrl<Key>f: fishcam() \n\
- Meta Ctrl<Key>t: net_showstatus() \n\
- Alt Ctrl<Key>t: net_showstatus() \n\
- ~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
- ~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
-
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Editor mouse translations
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *editorDrawingArea.translations: #replace \
- <Btn1Down>: editor-click(single, *, editor-grab-focus,, \
- double, image, editor-dialog,image,, \
- double, hrule, editor-dialog,hrule,, \
- double, target,editor-dialog,target,, \
- double, tag, editor-dialog,tag,, \
- double, text, editor-select-word) \n\
- <Btn1Motion>: editor-extend-adjust() \n\
- <Btn1Up>: editor-extend-end() \n\
- <Btn2Down>: editor-extend-start() \n\
- <Btn2Motion>: editor-extend-adjust() \n\
- <Btn2Up>: editor-extend-end() \n\
- <Btn3Down>: editor-popup-menu() \n\
- <Motion>: editor-motion() \n
-
- ! Editor keyboard translations.
- *editorTranslations: #override \n\
- \
- Meta Ctrl<Key>l: editor-open-location() \n\
- ~Alt Ctrl<Key>l: editor-open-location() \n\
- Meta Ctrl<Key>o: editor-open-file() \n\
- ~Alt Ctrl<Key>o: editor-open-file() \n\
- Meta Ctrl<Key>N: editor-new() \n\
- ~Alt Ctrl<Key>N: editor-new() \n\
- Meta Ctrl<Key>s: editor-save() \n\
- ~Alt Ctrl<Key>s: editor-save() \n\
- Meta Ctrl<Key>w: editor-delete() \n\
- ~Alt Ctrl<Key>w: editor-delete() \n\
- Meta Ctrl<Key>r: editor-reload() \n\
- ~Alt Ctrl<Key>r: editor-reload() \n\
- Meta Ctrl Shift<Key>r: editor-reload(super) \n\
- ~Alt Ctrl Shift<Key>r: editor-reload(super) \n\
- Meta Ctrl<Key>M: mailNew() \n\
- ~Alt Ctrl<Key>M: mailNew() \n\
- Meta Ctrl<Key>P: print() \n\
- ~Alt Ctrl<Key>P: print() \n\
- Meta Ctrl<Key>Q: exit() \n\
- ~Alt Ctrl<Key>Q: exit() \n\
- Meta Ctrl<Key>.: editor-edit-source() \n\
- \
- Meta Ctrl ~Alt<Key>osfHelp: editor-debug() \n\
- Ctrl Shift<Key>d: editor-debug() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Up: editor-process-up() \n\
- ~Meta ~Alt ~Ctrl<Key>Down: editor-process-down() \n\
- ~Meta ~Alt ~Ctrl<Key>osfUp: editor-process-up() \n\
- ~Meta ~Alt ~Ctrl<Key>osfDown: editor-process-down() \n\
- ~Meta ~Alt ~Ctrl<Key>osfLeft: editor-backward-character() \n\
- ~Meta ~Alt ~Ctrl<Key>osfRight: editor-forward-character() \n\
- \
- :~Meta ~Alt ~Ctrl <Key>Delete: editor-delete-next-character() \n\
- :~Meta ~Alt ~Ctrl <Key>BackSpace: editor-delete-previous-character()\n\
- :~Meta ~Alt ~Ctrl <Key>osfDelete: editor-delete-next-character() \n\
- :~Meta ~Alt ~Ctrl <Key>osfBackSpace: editor-delete-previous-character()\n\
- \
- ~Meta ~Alt ~Ctrl<Key>osfBeginLine:editor-beginning-of-line() \n\
- ~Meta ~Alt ~Ctrl<Key>osfEndLine: editor-end-of-line() \n\
- ~Meta ~Alt ~Ctrl Shift<Key>Return:editor-insert-line-break(normal) \n\
- ~Meta ~Alt ~Ctrl<Key>Return: editor-process-return() \n\
- ~Meta ~Alt ~Ctrl Shift<Key>space: editor-insert-non-breaking-space()\n\
- ~Meta ~Alt ~Ctrl <Key>space: editor-self-insert() \n\
- ~Meta ~Alt ~Ctrl Shift<Key>Tab: editor-indent(out) \n\
- ~Meta ~Alt ~Ctrl <Key>Tab: editor-indent(in) \n\
- \
- ~Meta ~Alt Ctrl<Key>a: editor-beginning-of-line() \n\
- ~Meta ~Alt Ctrl<Key>e: editor-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>p: editor-process-up() \n\
- ~Meta ~Alt Ctrl<Key>n: editor-process-down() \n\
- ~Meta ~Alt Ctrl<Key>b: editor-backward-character() \n\
- ~Meta ~Alt Ctrl<Key>f: editor-forward-character() \n\
- \
- ~Meta Alt ~Ctrl Shift<Key>z: editor-redo() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>e: editor-redo() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>z: editor-undo() \n\
- \
- Meta ~Alt ~Ctrl<Key>b: editor-toggle-character-properties(bold) \n\
- ~Meta Alt ~Ctrl<Key>b: editor-toggle-character-properties(bold) \n\
- Meta ~Alt ~Ctrl<Key>i: editor-toggle-character-properties(italic) \n\
- ~Meta Alt ~Ctrl<Key>i: editor-toggle-character-properties(italic) \n\
- Meta ~Alt ~Ctrl<Key>u: editor-toggle-character-properties(underline) \n\
- ~Meta Alt ~Ctrl<Key>u: editor-toggle-character-properties(underline) \n\
- Meta ~Alt ~Ctrl<Key>t: editor-toggle-character-properties(fixed) \n\
- ~Meta Alt ~Ctrl<Key>t: editor-toggle-character-properties(fixed) \n\
- Meta ~Alt ~Ctrl<Key>k: editor-set-character-properties(none) \n\
- ~Meta Alt ~Ctrl<Key>k: editor-set-character-properties(none) \n\
- \
- ~Meta ~Alt Ctrl<Key>l: editor-refresh() \n\
- \
- Meta ~Alt ~Ctrl ~Shift<Key>Up: editor-increase-font-size() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>osfUp: editor-increase-font-size() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>Down: editor-decrease-font-size() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>osfDown: editor-decrease-font-size() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>SunCopy: editor-copy() \n\
- ~Meta ~Alt ~Ctrl<Key>SunPaste: editor-paste() \n\
- ~Meta ~Alt ~Ctrl<Key>SunCut: editor-cut() \n\
- \
- Meta ~Alt ~Ctrl ~Shift<Key>x: editor-cut() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>x: editor-cut() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>c: editor-copy() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>c: editor-copy() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>v: editor-paste() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>v: editor-paste() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>y: editor-paste() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>y: editor-paste() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>d: editor-delete-next-character() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>d: editor-delete-next-character() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>a: editor-select-all() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>a: editor-select-all() \n\
- \
- Meta ~Alt ~Ctrl ~Shift<Key>f: editor-find() \n\
- Meta ~Alt ~Ctrl ~Shift<Key>g: editor-find-again() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>f: editor-find() \n\
- ~Meta Alt ~Ctrl ~Shift<Key>g: editor-find-again() \n\
- \
- Meta ~Alt ~Ctrl Shift<Key>u: \
- editor-set-character-properties(bold|italic|fixed|super|strikethrough)\
- editor-set-font-size(+4) \n\
- \
- ~Meta ~Alt ~Ctrl ~Shift<Key>F10: \n\
- ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar: \n\
- \
- <KeyRelease>: \n\
- <Key>: editor-self-insert() \n\
- <KeyPress>: editor-self-insert() \n\
- <KeyUp>: \n\
- <KeyDown>: editor-self-insert() \n
-
- !=============================================================================
-
-
- ! About Translations, Actions, and "-remote" commands:
- !
- ! You can control a running Netscape process externally; you do this by
- ! issuing a command like "netscape -remote openURL(http://xxx)".
- ! When Netscape is invoked with the -remote argument, it does not open
- ! window, but instead connects to and controls an already-existing process.
- ! This is done using X properties, so the two Netscape processes need not
- ! be running on the same machine, and need not share a file system.
- !
- ! All of Netscape's action names are the same as its resource names; so, for
- ! example, if you wanted to know the name of the action that corresponds to
- ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
- ! and see that the resource that is set to that string is "addBookmark" -
- ! that's the name of the Action as well.
- !
- ! You can use Actions in Translation tables in the usual Xt-ish way, but you
- ! can also invoke them directly via "netscape -remote", like this:
- !
- ! netscape -remote 'addBookmark()'
- !
- ! That will cause the existing Netscape process to add its current URL to
- ! the bookmarks, just as if you had selected that menu item.
- !
- ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
- ! for more information.
-
-
- !=============================================================================
-
-
- ! You can ask HTTP (Web) servers for documents in your preferred language
- ! by setting the Accept-Language header. It is a comma-separated list of
- ! languages or language/region pairs. For example, if you would prefer to
- ! see documents in French, or, failing that, in American English, you could
- ! use the following:
- !
- ! *httpAcceptLanguage: fr, en-US
- *httpAcceptLanguage: ko, en-US
- !
- ! Other possible languages and regions are:
- !
- ! Chinese [zh]
- ! Chinese/China [zh-CN]
- ! Chinese/Taiwan [zh-TW]
- ! English [en]
- ! English/United Kingdom [en-GB]
- ! English/United States [en-US]
- ! French [fr]
- ! French/Canada [fr-CA]
- ! French/France [fr-FR]
- ! German [de]
- ! Italian [it]
- ! Japanese [ja]
- ! Korean [ko]
- ! Portuguese [pt]
- ! Portuguese/Brazil [pt-BR]
- ! Spanish [es]
- ! Spanish/Spain [es-ES]
-
-
- !=============================================================================
- !
- ! There's really nothing after this point you should be messing with.
- !
- !=============================================================================
-
-
- ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
- ! contexts where it has no business being involved at all. Let's try
- ! disabling it globally and see if that helps.
- Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
- Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
-
-
- ! Labels
- !
- *Help.sensitive: False
-
- *urlLabel.alignment: ALIGNMENT_END
- *urlLabel.recomputeSize: True
- *urlLabel.netsiteLabelString: ╗τ└╠╞«:
- *urlLabel.uneditedLabelString: └º─í:
- *urlLabel.editedLabelString: ├ú╛╞░í▒Γ:
- ! this must be the longer of the two...
- *urlLabel.labelString: └º─í:
- *drawingArea*moreButton.labelString: ░Φ╝╙
-
-
- !=============================================================================
- *menuBar.file.labelString: ╞─└╧
-
- *menuBar*openBrowser.labelString: ╗⌡ └Ñ ║Ω╢≤┐∞└·
- *menuBar*openBrowser.mnemonic: B
- *menuBar*openBrowser.acceleratorText: Ctrl+N
- *Editor*menuBar*openBrowser.acceleratorText:
- *Editor*menuBar*openBrowser.mnemonic: W
-
- *menuBar*openURL.labelString: URL ┐¡▒Γ...
- *menuBar*openURL.mnemonic: L
- *menuBar*openURL.acceleratorText: Ctrl+L
-
- *menuBar*openFile.labelString: ╞─└╧┐¡▒Γ...
- *menuBar*openFile.mnemonic: O
- *menuBar*openFile.acceleratorText: Ctrl+O
-
- *menuBar*saveAs.labelString: ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
- *menuBar*saveAs.mnemonic: A
- *menuBar*saveAs.acceleratorText: Ctrl+S
- *Editor*menuBar*saveAs.acceleratorText:
-
- *menuBar*editDocument.labelString: ╣«╝¡ ╞φ┴²...
- *menuBar*editDocument.mnemonic: E
- !*menuBar*editDocument.acceleratorText: Ctrl+E
-
- *menuBar*uploadFile.labelString: ╞─└╧ ╛≈╖╬╡σ...
- *menuBar*uploadFile.mnemonic: U
- ! no accelerator
-
- *menuBar*saveLinksAs.labelString: ┤┘└╜ ╕╡┼⌐╕ª ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
- *menuBar*saveLinksAs.mnemonic: A
- ! accelerator is magic
- *menuBar*saveLinksAs.acceleratorText: Shift+Click
-
- *menuBar*mailNew.labelString: ╗⌡ ╕▐└╧ └█╝║
- *menuBar*mailNew.mnemonic: M
- *menuBar*mailNew.acceleratorText: Ctrl+M
-
- *menuBar*mailto.labelString: ╣«╝¡╕ª ╕▐└╧╖╬ ║╕│╗▒Γ
- *menuBar*mailto.mnemonic: D
-
- *menuBar*docInfo.labelString: ╣«╝¡ ┴ñ║╕
- *menuBar*docInfo.mnemonic: N
- ! no accelerator
-
- *menuBar*frameInfo.labelString: ╟┴╖╣└╙ ┴ñ║╕
- ! no mnemonic
- ! no accelerator
-
- *menuBar*javaInfo.labelString: └┌╣┘ ┴ñ║╕
- *menuBar*javaInfo.mnemonic: J
-
- *menuBar*openMail.labelString: Netscape ╕▐└╧
- *menuBar*openMail.mnemonic: M
- ! no accelerator
-
- *menuBar*openNews.labelString: Netscape ┤║╜║
- *menuBar*openNews.mnemonic: N
- ! no accelerator
-
- *menuBar*printSetup.labelString: └╬╝Γ ╝│┴ñ...
- *menuBar*printSetup.mnemonic: R
- ! no accelerator
-
- *menuBar*print.labelString: └╬╝Γ...
- *menuBar*print.mnemonic: P
- *menuBar*print.acceleratorText: Ctrl+P
-
- *menuBar*delete.labelString: ┤▌▒Γ
- *menuBar*delete.mnemonic: C
- *menuBar*delete.acceleratorText: Ctrl+W
-
- *menuBar*whatsChanged.labelString: ├╓╜┼ ╗τ└╠╞«
- !no accelerator
-
- *menuBar*import.labelString: ║╥╖»┐└▒Γ...
- *menuBar*import.mnemonic: I
-
- *menuBar*quit.labelString: ┴╛╖ß
- *menuBar*quit.mnemonic: X
- *menuBar*quit.acceleratorText: Ctrl+Q
-
- *menuBar*windows.labelString: â
- ! no accelerator
-
- !*menuBar*openFolder.labelString: ╞·┤⌡ ┐¡▒Γ...
- !*menuBar*openNewsHost.labelString: ╗⌡ ┤║╜║ ╝¡╣÷ ┐¼░ß...
- !*menuBar*save.labelString: └·└σ
- !*menuBar*saveMessageAs.labelString: ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
- !*menuBar*copyMessagesInto.labelString: Copy Messages Into
- !*menuBar*moveMessagesInto.labelString: Move Messages Into
- !*menuBar*messageInfo.labelString: ┴ñ║╕...
-
-
- !=============================================================================
- *menuBar.edit.labelString: ╞φ┴²
-
- *menuBar*undo.labelString: ├δ╝╥
- *menuBar*undo.mnemonic: U
- *menuBar*undo.acceleratorText: Ctrl+Z
-
- *menuBar*redo.labelString: └τ╜╟╟α
- *menuBar*redo.mnemonic: R
- *menuBar*redo.acceleratorText: Ctrl+E
-
- *menuBar*cut.labelString: └▀╢≤│╗▒Γ
- *menuBar*cut.mnemonic: T
- *menuBar*cut.acceleratorText: Ctrl+X
-
- *menuBar*copy.labelString: ║╣╗τ
- *menuBar*copy.mnemonic: C
- *menuBar*copy.acceleratorText: Ctrl+C
-
- *menuBar*paste.labelString: ║┘┐⌐│╓▒Γ
- *menuBar*paste.mnemonic: P
- *menuBar*paste.acceleratorText: Ctrl+Y
-
- *menuBar*find.labelString: ├ú▒Γ...
- *menuBar*find.mnemonic: F
- *menuBar*find.acceleratorText: Ctrl+F
-
- *menuBar*findAgain.labelString: ┤┘└╜ ├ú▒Γ
- *menuBar*findAgain.mnemonic: G
- *menuBar*findAgain.acceleratorText: Ctrl+G
-
- *menuBar*deleteItem.labelString: ╗Φ┴ª
- *menuBar*deleteItem.mnemonic: D
- *menuBar*deleteItem.acceleratorText: Ctrl+D
-
-
- !=============================================================================
- *menuBar.view.labelString: ║╕▒Γ
-
- *menuBar*reload.labelString: ┤┘╜├ └╨▒Γ
- *menuBar*reload.mnemonic: R
- *menuBar*reload.acceleratorText: Ctrl+R
- ! In news reply to sender uses this accelerator
- *News*menuBar*reload.acceleratorText:
-
- *menuBar*reloadFrame.labelString: ╟┴╖╣└╙ ┤┘╜├ └╨▒Γ
- *menuBar*reloadFrame.mnemonic: L
-
- *menuBar*loadImages.labelString: └╠╣╠┴÷ └╨▒Γ
- *menuBar*loadImages.mnemonic: I
- *menuBar*loadImages.acceleratorText: Ctrl+I
-
- *menuBar*refresh.labelString: ┤┘╜├ ▒╫╕«▒Γ
- *menuBar*refresh.mnemonic: F
- ! no accelerator
-
- *menuBar*source.labelString: ╣«╝¡ ╝╥╜║
- *menuBar*source.mnemonic: D
- ! no accelerator
-
- *menuBar*frameSource.labelString: ╟┴╖╣└╙ ╝╥╜║
- ! no mnemonic
- ! no accelerator
-
- *menuBar*attachmentsInline.mnemonic: A
- ! no accelerator
-
- *menuBar*attachmentsAsLinks.mnemonic: L
- ! no accelerator
-
- !*menuBar*viewAllGroups.labelString: ╕≡╡τ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
- !*menuBar*checkNewGroups.labelString: Check for New Groups
- !*menuBar*rot13.labelString: Rot 13
-
-
- !=============================================================================
- *menuBar.message.labelString: ╕▐╜├┴÷
-
- !*deleteMessage.labelString: ╕▐╜├┴÷ ╗Φ┴ª
- *deleteMessage.mnemonic: D
- *deleteMessage.acceleratorText: Ctrl+D
-
-
- !=============================================================================
- *menuBar.go.labelString: ├ú╛╞░í▒Γ
-
- *menuBar*back.labelString: ╡┌╖╬
- *menuBar*back.mnemonic: B
- *menuBar*back.acceleratorText: Ctrl+Left
-
- *menuBar*forward.labelString: ╛╒└╕╖╬
- *menuBar*forward.mnemonic: F
- *menuBar*forward.acceleratorText: Ctrl+Right
-
- *menuBar*home.labelString: Ȩ
- *menuBar*home.mnemonic: H
- ! no accelerator
-
- *menuBar*abort.labelString: ╖╬╡σ ┴▀┴÷
- *menuBar*abort.mnemonic: S
- *menuBar*abort.acceleratorText: ESC
-
- ! In Gold version of browser
- *menuBar*browsePublishLocation.labelString: ├Γ╞╟ └º─í
- *menuBar*browsePublishLocation.mnemonic: D
-
- *menuBar*viewHistory.labelString: ╣µ╣« ▒Γ╖╧
- *menuBar*viewHistory.mnemonic: H
- ! This only has this accelerator in browser windows
- *Navigator*menuBar*viewHistory.acceleratorText: Ctrl+H
-
- *menuBar*historyItem1.acceleratorText: Ctrl+1
- *menuBar*historyItem2.acceleratorText: Ctrl+2
- *menuBar*historyItem3.acceleratorText: Ctrl+3
- *menuBar*historyItem4.acceleratorText: Ctrl+4
- *menuBar*historyItem5.acceleratorText: Ctrl+5
- *menuBar*historyItem6.acceleratorText: Ctrl+6
- *menuBar*historyItem7.acceleratorText: Ctrl+7
- *menuBar*historyItem8.acceleratorText: Ctrl+8
- *menuBar*historyItem9.acceleratorText: Ctrl+9
-
- *menuBar*historyTruncated.labelString: ( ===└▀╕▓=== )
- *menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
-
-
- !*menuBar*markThreadRead.labelString: └╨└║ ╛▓╖╣╡σ╖╬ ╟Ñ╜├
- !*menuBar*markAllRead.labelString: ╕≡╡τ ╕▐╜├┴÷╕ª └╨╛·┤┘░φ ╟Ñ╜├
- !*menuBar*showAllMessages.labelString: ╕≡╡τ ╕▐╜├┴÷ ╟Ñ╜├
- !*menuBar*nextMessage.labelString: ┤┘└╜ ╕▐╜├┴÷ ╝▒┼├
- !*menuBar*previousMessage.labelString: └╠└ⁿ ╕▐╜├┴÷ ╝▒┼├
- !*menuBar*firstUnreadMessage.labelString: └╨┴÷ ╛╩└║ ├╣╣°┬░ ╕▐╜├┴÷ ╝▒┼├
- !*menuBar*nextUnreadMessage.labelString: └╨┴÷ ╛╩└║ ┤┘└╜ ╕▐╜├┴÷ ╝▒┼├
- !*menuBar*previousUnreadMessage.labelString: └╨┴÷ ╛╩└║ └╠└ⁿ ╕▐╜├┴÷ ╝▒┼├
-
-
- !=============================================================================
- *menuBar.sort.labelString: ┴ñ╖─
-
- !*menuBar*thread.labelString: ╕▐╜├┴÷ ╛▓╖╣╡σ
- !*menuBar*sortReverse.labelString: ┐└╕º┬≈╝°
- !*menuBar*byDate.labelString: │»┬Ñ╝°
- !*menuBar*byMessageNumber.labelString: ╕▐╜├┴÷ ╣°╚ú╝°
- !*menuBar*bySubject.labelString: ┴ª╕±╝°
- !*menuBar*bySender.labelString: ║╕│╜ ╗τ╢≈╝°
- !*menuBar*resort.labelString: └τ┴ñ╖─
-
-
- !=============================================================================
- *menuBar.bookmark.labelString: ├Ñ░Ñ╟╟
-
- *menuBar*addBookmark.labelString: ├Ñ░Ñ╟╟ ├▀░í
- *menuBar*addBookmark.mnemonic: A
- *menuBar*addBookmark.acceleratorText: Ctrl+A
-
- *menuBar*viewBookmark.labelString: ├Ñ░Ñ╟╟
- *menuBar*viewBookmark.mnemonic: B
- *menuBar*viewBookmark.acceleratorText: Ctrl+B
- *Editor*menuBar*viewBookmark.acceleratorText:
-
- *menuBar*gotoBookmarkHtml.labelString: ├Ñ░Ñ╟╟╖╬ ├ú╛╞░í▒Γ
- *menuBar*gotoBookmarkHtml.mnemonic: G
-
-
- !=============================================================================
- *menuBar.options.labelString: ┐╔╝╟
-
- *menuBar*generalPrefs.labelString: └╧╣▌ ╚»░µ╝│┴ñ...
- *menuBar*generalPrefs.mnemonic: G
-
- *menuBar*mailNewsPrefs.labelString: ╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ...
- *menuBar*mailNewsPrefs.mnemonic: M
-
- *menuBar*networkPrefs.labelString: │╫╞«┐÷┼⌐ ╚»░µ╝│┴ñ...
- *menuBar*networkPrefs.mnemonic: N
-
- *menuBar*securityPrefs.labelString: ║╕╛╚ ╚»░µ╝│┴ñ...
- *menuBar*securityPrefs.mnemonic: S
-
- *menuBar*showToolbar.labelString: ╡╡▒╕╕≡└╜ ╟Ñ╜├
- *menuBar*showToolbar.mnemonic: T
-
- *menuBar*showURL.labelString: URL ╟Ñ╜├
- *menuBar*showURL.mnemonic: L
-
- *menuBar*showDirectoryButtons.labelString: ╡≡╖║┼Σ╕« ╣÷╞░ ╟Ñ╜├
- *menuBar*showDirectoryButtons.mnemonic: D
-
- *menuBar*showMenubar.labelString: ╕▐┤║ ╟Ñ╜├
- *menuBar*showMenubar.mnemonic: B
-
- *menuBar*showBottomStatusbar.labelString: ╗≤┼┬┴┘ ╟Ñ╜├
- *menuBar*showBottomStatusbar.mnemonic: B
-
- *menuBar*showSecurityBar.labelString: ║╕╛╚╜─║░╗÷ ╟Ñ╜├
- *menuBar*showSecurityBar.mnemonic: C
-
- *menuBar*showJavaConsole.labelString: └┌╣┘ ─▄╝╓ ╟Ñ╜├
- *menuBar*showJavaConsole.mnemonic: J
-
- *menuBar*autoLoadImages.labelString: └┌╡┐└╕╖╬ └╠╣╠┴÷ ╖╬╡σ
- *menuBar*autoLoadImages.mnemonic: A
-
- *menuBar*fancyFTP.labelString: FTP ╞─└╧ ┴ñ║╕ ╟Ñ╜├
- *menuBar*fancyFTP.mnemonic: F
-
- *menuBar*docEncoding.labelString: ╣«╝¡ └╬─┌╡∙
- *menuBar*docEncoding.mnemonic: E
- *Editor*menuBar*docEncoding.mnemonic: D
-
- *menuBar*saveOptions.labelString: ┐╔╝╟ └·└σ
- *menuBar*saveOptions.mnemonic: O
-
- !*menuBar*showAllHeaders.labelString: └ⁿ├╝
-
-
- !=============================================================================
- *menuBar*docEncMenu*indicatorType: ONE_OF_MANY
- *menuBar*latin1.labelString: Western (Latin-1)
- *menuBar*latin2.labelString: Central European (Latin-2)
- *menuBar*jaAuto.labelString: Japanese (Auto-Detect)
- *menuBar*jaSJIS.labelString: Japanese (Shift-JIS)
- *menuBar*jaEUC.labelString: Japanese (EUC-JP)
- *menuBar*twBig5.labelString: Traditional Chinese (Big5)
- *menuBar*twEUC.labelString: Traditional Chinese (EUC-TW)
- *menuBar*gbEUC.labelString: Simplified Chinese (GB)
- *menuBar*krEUC.labelString: Korean (EUC-KR)
- *menuBar*2022kr.labelString: Korean (ISO-2022-KR)
- *menuBar*koi8r.labelString: Cyrillic (KOI8-R)
- *menuBar*88595.labelString: Cyrillic (ISO 8859-5)
- *menuBar*greek.labelString: Greek (ISO 8859-7)
- *menuBar*88599.labelString: Turkish (ISO 8859-9)
- *menuBar*other.labelString: ╗τ┐δ└┌ ┴ñ└╟
-
-
-
- !=============================================================================
- *menuBar.directory.labelString: ╡≡╖║┼Σ╕«
-
- *menuBar*netscape.labelString: Netscape Ȩ
- *menuBar*netscape.mnemonic: H
-
- !*menuBar*sgi.labelString: Silicon Graphics, Inc.
- *menuBar*sgi.mnemonic: I
-
- !*menuBar*adobe.labelString: Adobe Systems, Inc.
- *menuBar*adobe.mnemonic: O
-
- *menuBar*whatsNew.labelString: ├╓╜┼ ╗τ└╠╞«
- *menuBar*whatsNew.mnemonic: N
-
- *menuBar*whatsCool.labelString: ░í ║╝ ╕╕╟╤ ░≈
- *menuBar*whatsCool.mnemonic: C
-
- *menuBar*inetIndex.labelString: Netscape ╕±└√┴÷
- *menuBar*inetIndex.mnemonic: D
-
- *menuBar*inetSearch.labelString: └╬┼═│▌ ░╦╗÷
- *menuBar*inetSearch.mnemonic: S
-
- *menuBar*inetWhite.labelString: ╗τ╢≈╡Θ
- *menuBar*inetWhite.mnemonic: P
-
- *menuBar*inetAbout.labelString: └╬┼═│▌ ┴ñ║╕
- *menuBar*inetAbout.mnemonic: A
-
- *menuBar*galleria.labelString: ░φ░┤ ╗τ╖╩
- *menuBar*galleria.mnemonic: W
-
-
- !=============================================================================
- *menuBar.help.labelString: ╡╡┐≥╕╗
-
- *menuBar*about.labelString: Netscape ┴ñ║╕
- *menuBar*about.mnemonic: A
-
- *menuBar*aboutplugins.labelString: ╟├╖»▒╫└╬ ┴ñ║╕
- *menuBar*aboutplugins.mnemonic: P
-
- *menuBar*registration.labelString: ╡ε╖╧ ┴ñ║╕
- *menuBar*registration.mnemonic: I
-
- *menuBar*upgrade.labelString: ╝╥╟┴╞«┐■╛ε ┴ñ║╕
- *menuBar*upgrade.mnemonic: T
-
- *menuBar*manual.labelString: ╛╚│╗╝¡
- *menuBar*manual.mnemonic: H
-
- *menuBar*relnotes.labelString: ┴ª╟░ ├Γ╜├ ┴ñ║╕
- *menuBar*relnotes.mnemonic: R
-
- *menuBar*faq.labelString: ┴·└╟└└┤Σ(FAQ)
- *menuBar*faq.mnemonic: F
-
- *menuBar*aboutSecurity.labelString: ║╕╛╚
- *menuBar*aboutSecurity.mnemonic: O
-
- *menuBar*feedback.labelString: ╣«┴ª ╛╦╕«▒Γ
- *menuBar*feedback.mnemonic: G
-
- *menuBar*support.labelString: ┴÷┐° ╣▐┤┬ ╣µ╣²
- *menuBar*support.mnemonic: S
-
- *menuBar*howTo.labelString: └Ñ ╝¡║±╜║ └█╝║ ╣µ╣²
- *menuBar*howTo.mnemonic: C
-
-
- *menuBar*aboutMailAndNews.labelString: Netscape ╕▐└╧ ╣╫ ┤║╜║ ┴ñ║╕...
- *menuBar*aboutUsenet.labelString: └»┴ε│▌ ┤║╜║┴ñ║╕...
-
-
- ! For the toggles in the options menu
- *menuBar*XmToggleButton.indicatorType: N_OF_MANY
- *menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
- *menuBar*XmToggleButton.fillOnSelect: True
- *menuBar*XmToggleButtonGadget.fillOnSelect: True
- *menuBar*XmToggleButton.visibleWhenOff: True
- *menuBar*XmToggleButtonGadget.visibleWhenOff: True
-
- *menuBar*sortByDate.visibleWhenOff: False
- *menuBar*sortByMessageNumber.visibleWhenOff: False
- *menuBar*sortBySubject.visibleWhenOff: False
- *menuBar*sortBySender.visibleWhenOff: False
-
- !=============================================================================
- ! Mail/News menubar
- !=============================================================================
-
- !Mail menubar wont have this accelerator. This is used by reply
- *Mail*menuBar*reload.acceleratorText:
-
- *menubar*deliverNow.indicatorType: ONE_OF_MANY
- *menuBar*deliverNow.labelString: ┴÷▒▌ ║╕│╗▒Γ
- ! no mnemonic
- ! no accelerator
-
- *menubar*deliverLater.indicatorType: ONE_OF_MANY
- *menuBar*deliverLater.labelString: │¬┴▀┐í ║╕│╗▒Γ
- ! no mnemonic
- ! no accelerator
-
- !*getNewMail.labelString: ╕▐└╧ ╣▐▒Γ
- *getNewMail.mnemonic: G
- *getNewMail.acceleratorText: Ctrl+T
-
- !*deliverQueuedMessages.labelString: ║╕│╛ ╞φ┴÷╟╘(Outbox)└╟ ╕▐└╧ ║╕│╗▒Γ
- *deliverQueuedMessages.mnemonic: D
- *deliverQueuedMessages.acceleratorText: Ctrl+H
-
- !*openFolder.labelString: Add Folder...
- *openFolder.mnemonic: O
-
- !*newFolder.labelString: ╗⌡ ╞φ┴÷╟╘ └█╝║...
- *newFolder.mnemonic: F
-
- !*menuBar*compressFolder.labelString: └╠ ╞φ┴÷╟╘ ╛╨├α
- *menuBar*compressFolder.mnemonic: S
- *menuBar*compressFolder.acceleratorText: Ctrl+K
-
- !*menuBar*compressAllFolders.labelString: Compress all Folders
- *menuBar*compressAllFolders.mnemonic: A
-
- !*menuBar*emptyTrash.labelString: ╚▐┴÷┼δ(Trash) ║±┐∞▒Γ
- *menuBar*emptyTrash.mnemonic: E
-
- !*deleteFolder.labelString: ╞φ┴÷╟╘ ╗Φ┴ª
- *deleteFolder.mnemonic: O
-
- !*selectThread.labelString: ╛▓╖╣╡σ ╝▒┼├
- *selectThread.mnemonic: T
- *selectThread.acceleratorText: Ctrl+Shift+A
-
- !*selectMarkedMessages.labelString: ▒Ω╣▀ ╟Ñ╜├ ╕▐╜├┴÷ ╝▒┼├
- *selectMarkedMessages.mnemonic: M
-
- !*selectAllMessages.labelString: └ⁿ├╝╝▒┼├
- *selectAllMessages.mnemonic: A
- *selectAllMessages.acceleratorText: Ctrl+A
-
- *menuBar*sort.labelString: ┴ñ╖─
- *menuBar*sort.mnemonic: S
-
- !*rot13Message.labelString: ╜║┼⌐╖Ñ║φ ╟╪┴ª(ROT13)
- *rot13Message.mnemonic: U
-
- !*menuBar*nextMessage.labelString: ┤┘└╜ ╕▐╜├┴÷
- *menuBar*nextMessage.mnemonic: N
- *menuBar*nextMessage.acceleratorText: Ctrl+Down
-
- !*menuBar*previousMessage.labelString: └╠└ⁿ ╕▐╜├┴÷
- *menuBar*previousMessage.mnemonic: P
- *menuBar*previousMessage.acceleratorText: Ctrl+Up
-
- !*menuBar*firstUnreadMessage.labelString: └╨┴÷ ╛╩└║ ├╣╣°┬░ ╕▐╜├┴÷
- *menuBar*firstUnreadMessage.mnemonic: U
-
- !*menuBar*nextUnreadMessage.labelString: └╨┴÷ ╛╩└║ ┤┘└╜ ╕▐╜├┴÷
- *menuBar*nextUnreadMessage.mnemonic: E
- *menuBar*nextUnreadMessage.acceleratorText: Ctrl+Shift+Down
-
- !*menuBar*previousUnreadMessage.labelString: └╨┴÷ ╛╩└║ └╠└ⁿ ╕▐╜├┴÷
- *menuBar*previousUnreadMessage.mnemonic: R
- *menuBar*previousUnreadMessage.acceleratorText: Ctrl+Shift+Up
-
- !*menuBar*firstMarkedMessage.labelString: First Marked
- *menuBar*firstMarkedMessage.mnemonic: M
-
- !*menuBar*nextMarkedMessage.labelString: Next Marked
- *menuBar*nextMarkedMessage.mnemonic: X
- *menuBar*nextMarkedMessage.acceleratorText: Ctrl+Shift+Down
-
- !*menuBar*previousMarkedMessage.labelString: Previous Marked
- *menuBar*previousMarkedMessage.mnemonic: V
- *menuBar*previousMarkedMessage.acceleratorText: Ctrl+Shift+Up
-
- !*menuBar*showAllMessages.labelString: Show All Messages
- *menuBar*showAllMessages.mnemonic: W
-
- !*menuBar*showOnlyUnread.labelString: Show Only Unread Messages
- *menuBar*showOnlyUnread.mnemonic: U
-
- *menuBar*showHeaders.labelString: ╕╙╕«╕╗ ╟Ñ╜├
- *menuBar*showHeaders.mnemonic: H
-
- !*menuBar*showAllHeaders.labelString: All
- *menuBar*showAllHeaders.mnemonic: A
-
- !*menuBar*showSomeHeaders.labelString: Normal
- *menuBar*showSomeHeaders.mnemonic: N
-
- !*menuBar*showMicroHeaders.labelString: Brief
- *menuBar*showMicroHeaders.mnemonic: B
-
- *editAddressBook.labelString: ┴╓╝╥╖╧
- *editAddressBook.mnemonic: A
-
- !*menuBar*editAddress.labelString: Add to Address Book
- *menuBar*editAddress.mnemonic: T
-
- !*replyToSender.labelString: Reply
- *replyToSender.mnemonic: R
- *replyToSender.acceleratorText: Ctrl+R
-
- !*replyToAll.labelString: Reply to All
- *replyToAll.mnemonic: A
- *replyToAll.acceleratorText: Ctrl+Shift+R
-
- !*forwardMessage.labelString: Forward
- *forwardMessage.mnemonic: F
- *forwardMessage.acceleratorText: Ctrl+L
-
- *forwardMessageQuoted.labelString: └╬┐δ └ⁿ┤▐
- *forwardMessageQuoted.mnemonic: Q
- *forwardMessageQuoted.acceleratorText: Ctrl+Shift+D
-
- !*menuBar*markSelectedRead.labelString: Mark as Read
- *menuBar*markSelectedRead.mnemonic: D
-
- !*menuBar*markSelectedUnread.labelString: Mark as Unread
- *menuBar*markSelectedUnread.mnemonic: U
-
- !*menuBar*markThreadRead.labelString: Mark Thread Read
- *menuBar*markThreadRead.mnemonic: A
-
- !*menuBar*markSelectedMessages.labelString: Flag message
- *menuBar*markSelectedMessages.mnemonic: L
-
- !*menuBar*unmarkSelectedMessages.labelString: Unflag message
- *menuBar*unmarkSelectedMessages.mnemonic: E
-
- !*menuBar*moveMessagesInto.labelString: Move
- *menuBar*moveMessagesInto.mnemonic: V
-
- !*menuBar*copyMessagesInto.labelString: Copy
- *menuBar*copyMessagesInto.mnemonic: C
-
- !*reSort.labelString: Again
- *reSort.mnemonic: A
-
- !*menuBar*threadMessages.labelString: Thread Messages
- *menuBar*threadMessages.mnemonic: T
-
- !*menuBar*sortBackward.labelString: Ascending
- *menuBar*sortBackward.mnemonic: S
-
- !*menuBar*sortByDate.labelString: by Date
- *menuBar*sortByDate.mnemonic: D
-
- !*menuBar*sortBySubject.labelString: by Subject
- *menuBar*sortBySubject.mnemonic: U
-
- !*menuBar*sortBySender.labelString: by Sender
- *menuBar*sortBySender.mnemonic: E
-
- !*menuBar*sortByMessageNumber.labelString: by Message Number
- *menuBar*sortByMessageNumber.mnemonic: M
-
- !*openNewsHost.labelString: Open News Host...
- *openNewsHost.mnemonic: O
-
- *menuBar*deleteNewsHost.mnemonic: H
-
- *menuBar*getMoreMessages.mnemonic: G
- *menuBar*getMoreMessages.acceleratorText: Ctrl+T
-
- *menuBar*postNew.labelString: ╗⌡ ┤║╜║ └█╝║
- *menuBar*postNew.mnemonic: N
-
- !*postReply.labelString: Post Reply
- *postReply.mnemonic: O
-
- !*postAndMailReply.labelString: Post and Mail Reply
- *postAndMailReply.mnemonic: S
-
- *menuBar*firstMarkedMessage.mnemonic: F
-
- !*showSubscribedNewsGroups.labelString: Show Subscribed Newsgroups
- *showSubscribedNewsGroups.mnemonic: B
-
- !*showActiveNewsGroups.labelString: Show Active Newsgroups
- *showActiveNewsGroups.mnemonic: C
-
- !*showAllNewsGroups.labelString: Show All Newsgroups
- *showAllNewsGroups.mnemonic: A
-
- !*checkNewNewsGroups.labelString: Show New Newsgroups
- *checkNewNewsGroups.mnemonic: P
-
- !*menuBar*cancelMessage.labelString: Cancel Message
- *menuBar*cancelMessage.mnemonic: N
-
- !*menuBar*addFromNewest.labelString: Add from Newest Messages
- *menuBar*addFromNewest.mnemonic: F
-
- !*menuBar*addFromOldest.labelString: Add from Oldest Messages
- *menuBar*addFromOldest.mnemonic: O
-
- ! These are std Mail folder names.
- *popup*sentMail.labelString: ║╕│╜ ╞φ┴÷╟╘(Sent)
- *popup*sentMail.mnemonic: S
-
- *popup*inbox.labelString: ╣▐└║ ╞φ┴÷╟╘(Inbox)
- *popup*inbox.mnemonic: I
-
- *popup*trash.labelString: ╚▐┴÷┼δ(Trash)
- *popup*trash.mnemonic: T
-
- *popup*newFolder.labelString: ╜┼▒╘...
- *popup*newFolder.mnemonic: N
-
- ! For menubar and popup
- *addNewsgroup.labelString: ┤║╜║ ▒╫╖∞ ├▀░í
- *addNewsgroup.mnemonic: G
-
-
- !=============================================================================
- ! MailCompose menubar
- !=============================================================================
- *menuBar*sendOrSendLater.labelString: ║╕│╗▒Γ
- *menuBar*sendOrSendLater.mnemonic: S
- *menuBar*sendOrSendLater.acceleratorText: Ctrl+Enter
-
- *menuBar*attachFile.labelString: ╞─└╧ ├╖║╬...
- *menuBar*attachFile.mnemonic: F
-
- !*menuBar*quoteMessage.labelString: Include Original Text
- *menuBar*quoteMessage.mnemonic: I
-
- !*menuBar*saveMessageAs.labelString: Save As...
- *menuBar*saveMessageAs.mnemonic: A
- *menuBar*saveMessageAs.acceleratorText: Ctrl+S
-
- *menuBar*pasteQuote.labelString: └╬┐δ└╕╖╬ ║┘┐⌐│╓▒Γ
- *menuBar*pasteQuote.mnemonic: Q
-
- *menuBar*selectAllText.labelString: └ⁿ├╝╝▒┼├
- *menuBar*selectAllText.mnemonic: S
-
- *menuBar*clearAllText.labelString: ╗Φ┴ª
-
- !*menuBar*rot13.labelString: Scramble (ROT13) Message
- *menuBar*rot13.mnemonic: S
-
- !*Composition*menuBar*showAllHeaders.labelString: All Fields
- *Composition*menuBar*showAllHeaders.mnemonic: A
-
- !*menuBar*showReplyTo.labelString: Reply To
- *menuBar*showReplyTo.mnemonic: R
-
- !*menuBar*showTo.labelString: Mail To
- *menuBar*showTo.mnemonic: M
-
- !*menuBar*showCC.labelString: Mail CC
- *menuBar*showCC.mnemonic: C
-
- !*menuBar*showBCC.labelString: Mail BCC
- *menuBar*showBCC.mnemonic: B
-
- !*menuBar*showPostTo.labelString: Post To
- *menuBar*showPostTo.mnemonic: P
-
- !*menuBar*showFollowupTo.labelString: Followups To
- *menuBar*showFollowupTo.mnemonic: F
-
- !*menuBar*showSubject.labelString: Subject
- *menuBar*showSubject.mnemonic: S
-
- !*menuBar*showAttachments.labelString: Attachment
- *menuBar*showAttachments.mnemonic: H
-
- *menuBar*wrapLines.labelString: └┌╡┐ ┴┘╣┘▓▐
- *menuBar*wrapLines.mnemonic: W
-
-
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Editor menubar.
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! File menu
- *menuBar*editorNew.labelString: ╗⌡ ╣«╝¡
- *menuBar*editorNew.mnemonic: N
- *menuBar*editorNewBlank.labelString: ║≤ ╣«╝¡ ╗τ┐δ
- *menuBar*editorNewBlank.mnemonic: B
- *Editor*menuBar*editorNewBlank.acceleratorText: Ctrl+N
- *menuBar*editorNewWizard.labelString: ╕╢╣²╗τ ╗τ┐δ...
- *menuBar*editorNewWizard.mnemonic: W
- *menuBar*editorNewTemplate.labelString: ┼█╟├╕┤ ╗τ┐δ
- *menuBar*editorNewTemplate.mnemonic: T
- *menuBar*editorBrowse.labelString: └Ñ ║Ω╢≤┐∞└·╖╬ ╣«╝¡ ║╕▒Γ
- *menuBar*editorBrowse.mnemonic: B
- *menuBar*openBrowseFile.labelString: ╞─└╧ ┐¡▒Γ...
- *menuBar*editorOpenFile.labelString: ╞φ┴²▒Γ┐í╝¡ ╞─└╧ ┐¡▒Γ...
- *menuBar*editorOpenFile.mnemonic: D
- *Editor*menuBar*editorOpenFile.labelString: ╞─└╧ ┐¡▒Γ...
- *Editor*menuBar*editorOpenFile.acceleratorText: Ctrl+O
- *Editor*menuBar*editorOpenFile.mnemonic: F
- *menuBar*publish.labelString: ├Γ╞╟...
- *menuBar*publish.mnemonic: U
- *menuBar*pageSetup.labelString: ┬╩ ╝│┴ñ...
- *menuBar*printPreview.labelString: ╣╠╕« ║╕▒Γ
- *menuBar*save.labelString: └·└σ
- *menuBar*save.acceleratorText: Ctrl+S
- *menuBar*save.mnemonic: S
-
- ! Edit Menu
- *menuBar*undoNull.labelString: ├δ╝╥╟╥ ░═└╠ ╛°╜└┤╧┤┘
- *menuBar*undoTyping.labelString: └╘╖┬ ├δ╝╥
- *menuBar*undoAddText.labelString: ┼╪╜║╞« ╗≡└╘ ├δ╝╥
- *menuBar*undoDeleteText.labelString: ┼╪╜║╞« ╗Φ┴ª ├δ╝╥
- *menuBar*undoCut.labelString: └▀╢≤│╗▒Γ ├δ╝╥
- *menuBar*undoPasteText.labelString: ┼╪╜║╞« ║┘┐⌐│╓▒Γ ├δ╝╥
- *menuBar*undoPasteHTML.labelString: URL ║┘┐⌐│╓▒Γ ├δ╝╥
- *menuBar*undoPasteHREF.labelString: HREF ║┘┐⌐│╓▒Γ ├δ╝╥
- *menuBar*undoChangeAttributes.labelString: ╝╙╝║ ║»░µ ├δ╝╥
- *menuBar*undoIndent.labelString: ╡Θ┐⌐╛▓▒Γ ├δ╝╥
- *menuBar*undoParagraphAlign.labelString: ┤▄╢⌠ ┴ñ╖─ ├δ╝╥
- *menuBar*undoMorphContainer.labelString: ┤▄╢⌠ ╜║┼╕└╧ ║»░µ ├δ╝╥
- *menuBar*undoInsertHorizRule.labelString: ╝÷╞≥╝▒ ╗≡└╘ ├δ╝╥
- *menuBar*undoSetHorizRuleData.labelString: ╝÷╞≥╝▒ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoInsertImage.labelString: └╠╣╠┴÷ ╗≡└╘ ├δ╝╥
- *menuBar*undoSetImageData.labelString: └╠╣╠┴÷ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoInsertBreak.labelString: break ╗≡└╘ ├δ╝╥
- *menuBar*undoChangePageData.labelString: ╞Σ└╠┴÷ ╡Ñ└╠┼╕ ║»░µ ├δ╝╥
- *menuBar*undoSetMetaData.labelString: ╕▐┼╕ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoDeleteMetaData.labelString: ╕▐┼╕ ╡Ñ└╠┼╕ ╗Φ┴ª ├δ╝╥
- *menuBar*undoInsertTarget.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─ ╗≡└╘ ├δ╝╥
- *menuBar*undoSetTargetData.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoInsertUnknownTag.labelString: ╛╦ ╝÷ ╛°┤┬ ┼┬▒╫ ╗≡└╘ ├δ╝╥
- *menuBar*undoSetUnknownTagData.labelString: ╛╦ ╝÷ ╛°┤┬ ┼┬▒╫ ╝│┴ñ ├δ╝╥
- *menuBar*undoGroupOfChanges.labelString: ║»░µ ╗τ╟╫ ├δ╝╥
- *menuBar*undoSetListData.labelString: ╕«╜║╞« ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoInsertTable.labelString: ┼╫└╠║φ ╗≡└╘ ├δ╝╥
- *menuBar*undoDeleteTable.labelString: ┼╫└╠║φ ╗Φ┴ª ├δ╝╥
- *menuBar*undoSetTableData.labelString: ┼╫└╠║φ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoInsertTableCaption.labelString: ┴ª╕± ╗≡└╘ ├δ╝╥
- *menuBar*undoSetTableCaptionData.labelString: ┴ª╕± ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoDeleteTableCaption.labelString: ┴ª╕± ╗Φ┴ª ├δ╝╥
- *menuBar*undoInsertTableRow.labelString: ┐¡ ╗≡└╘ ├δ╝╥
- *menuBar*undoSetTableRowData.labelString: ┐¡ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoDeleteTableRow.labelString: ┐¡ ╗Φ┴ª ├δ╝╥
- *menuBar*undoInsertTableColumn.labelString: ╟α ╗≡└╘ ├δ╝╥
- *menuBar*undoSetTableCellData.labelString: ╝┐ ╡Ñ└╠┼╕ ╝│┴ñ ├δ╝╥
- *menuBar*undoDeleteTableColumn.labelString: ╟α ╗Φ┴ª ├δ╝╥
- *menuBar*undoInsertTableCell.labelString: ╝┐ ╗≡└╘ ├δ╝╥
- *menuBar*undoDeleteTableCell.labelString: ╝┐ ╗Φ┴ª ├δ╝╥
-
- *menuBar*redoNull.labelString: └τ╜╟╟α ╟╥ ░═└╠ ╛°╜└┤╧┤┘
- *menuBar*redoTyping.labelString: └╘╖┬ └τ╜╟╟α
- *menuBar*redoAddText.labelString: ┼╪╜║╞« └╘╖┬ └τ╜╟╟α
- *menuBar*redoDeleteText.labelString: ┼╪╜║╞« ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoCut.labelString: └▀╢≤│╗▒Γ └τ╜╟╟α
- *menuBar*redoPasteText.labelString: ┼╪╜║╞« ║┘┐⌐│╓▒Γ └τ╜╟╟α
- *menuBar*redoPasteHTML.labelString: HTML ║┘┐⌐│╓▒Γ └τ╜╟╟α
- *menuBar*redoPasteHREF.labelString: HREF ║┘┐⌐│╓▒Γ └τ╜╟╟α
- *menuBar*redoChangeAttributes.labelString: ╝╙╝║ ║»░µ └τ╜╟╟α
- *menuBar*redoIndent.labelString: ╡Θ┐⌐╛▓▒Γ └τ╜╟╟α
- *menuBar*redoParagraphAlign.labelString: ┤▄╢⌠ ┴ñ╖─ └τ╜╟╟α
- *menuBar*redoMorphContainer.labelString: ┤▄╢⌠ ╜║┼╕└╧ ║»░µ └τ╜╟╟α
- *menuBar*redoInsertHorizRule.labelString: ╝÷╞≥╝▒ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetHorizRuleData.labelString: ╝÷╞≥╝▒ ╡Ñ└╠┼╕ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoInsertImage.labelString: └╠╣╠┴÷ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetImageData.labelString: └╠╣╠┴÷ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoInsertBreak.labelString: break ╗≡└╘ └τ╜╟╟α
- *menuBar*redoChangePageData.labelString: ┬╩ ╡Ñ└╠┼╕ ║»░µ └τ╜╟╟α
- *menuBar*redoSetMetaData.labelString: ╕▐┼╕ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoDeleteMetaData.labelString: ╕▐┼╕ ╡Ñ└╠┼╕ ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoInsertTarget.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetTargetData.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoInsertUnknownTag.labelString: ╛╦ ╝÷ ╛°┤┬ ┼┬▒╫ └τ╜╟╟α
- *menuBar*redoSetUnknownTagData.labelString: ╛╦ ╝÷ ╛°┤┬ ┼┬▒╫ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoGroupOfChanges.labelString: ║»░µ └τ╜╟╟α
- *menuBar*redoSetListData.labelString: ╕«╜║╞« ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoInsertTable.labelString: ┼╫└╠║φ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoDeleteTable.labelString: ┼╫└╠║φ ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoSetTableData.labelString: ┼╫└╠║φ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoInsertTableCaption.labelString: ┴ª╕± ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetTableCaptionData.labelString: ┴ª╕± ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoDeleteTableCaption.labelString: ┴ª╕± ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoInsertTableRow.labelString: ┐¡ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetTableRowData.labelString: ┐¡ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoDeleteTableRow.labelString: ┐¡ ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoInsertTableColumn.labelString: ╟α ╗≡└╘ └τ╜╟╟α
- *menuBar*redoSetTableCellData.labelString: ╝┐ ╡Ñ└╠┼╕ ╝│┴ñ └τ╜╟╟α
- *menuBar*redoDeleteTableColumn.labelString: ╟α ╗Φ┴ª └τ╜╟╟α
- *menuBar*redoInsertTableCell.labelString: ╝┐ ╗≡└╘ └τ╜╟╟α
- *menuBar*redoDeleteTableCell.labelString: ╝┐ ╗Φ┴ª └τ╜╟╟α
-
- *menuBar*deleteItem.labelString: ╗Φ┴ª
- *menuBar*deleteItem.mnemonic: D
- *menuBar*deleteItem.acceleratorText: Ctrl+D
-
- *menuBar*selectAll.labelString: └ⁿ├╝╝▒┼├
- *menuBar*selectAll.acceleratorText: Ctrl+A
- *menuBar*selectAll.mnemonic: S
-
- *selectTable.labelString: ┼╫└╠║φ ╝▒┼├
- *selectTable.mnemonic: T
- *deleteTableMenu.labelString: ┼╫└╠║φ ╗Φ┴ª
- *deleteTableMenu.mnemonic: L
- *deleteTable.labelString: ┼╫└╠║φ
- *deleteTable.mnemonic: T
- *deleteRow.labelString: ┐¡
- *deleteRow.mnemonic: R
- *deleteColumn.labelString: ╟α
- *deleteColumn.mnemonic: O
- *deleteCell.labelString: ╝┐
- *deleteCell.mnemonic: C
-
- ! View Menu
- *Editor*menuBar*source.labelString: ╣«╝¡ ╝╥╜║ ║╕▒Γ
- *Editor*menuBar*source.mnemonic: S
- *menuBar*editSource.labelString: ╣«╝¡ ╝╥╜║ ╞φ┴²
- *menuBar*editSource.mnemonic: E
- *menuBar*paragraphMarks.labelString: ┤▄╢⌠ ▒Γ╚ú ╟Ñ╜├
- *menuBar*paragraphMarks.mnemonic: P
- !*displayTableBoundaries.labelString: ┼╫└╠║φ ░µ░Φ ╟Ñ╜├
- *displayTables.labelString: ┼╫└╠║φ ╟Ñ╜├
- *displayTables.mnemonic: T
-
- ! Insert Menu
- *menuBar*insert.labelString: ╗≡└╘
- *menuBar*insertLink.labelString: ╕╡┼⌐...
- *menuBar*insertLink.mnemonic: L
- *menuBar*insertTarget.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─...
- *menuBar*insertTarget.mnemonic: A
- *menuBar*insertImage.labelString: └╠╣╠┴÷...
- *menuBar*insertImage.mnemonic: I
- *menuBar*insertHorizontalLine.labelString: ╝÷╞≥╝▒...
- *menuBar*insertHorizontalLine.mnemonic: O
- *menuBar*insertHtmlTag.labelString: HTML ┼┬▒╫...
- *menuBar*insertHtmlTag.mnemonic: H
- *insertTableMenu.labelString: ┼╫└╠║φ
- *insertTableMenu.mnemonic: T
- *menuBar*insertNewLineBreak.labelString: ┴┘ ▒╕║╨
- *menuBar*insertNewLineBreak.acceleratorText: Shift+Return
- *menuBar*insertNewLineBreak.mnemonic: N
- *menuBar*insertBreakBelow.labelString: └╠╣╠┴÷ ╛╞╖í┐í╝¡ │¬┤«
- *menuBar*insertBreakBelow.mnemonic: B
- *menuBar*insertNonBreaking.labelString: ┐¼╝╙ ░°╣Θ
- *menuBar*insertNonBreaking.acceleratorText: Shift+Space
- *menuBar*insertNonBreaking.mnemonic: S
-
- ! Insert/Tables pullaside.
- *insertTable.labelString: ┼╫└╠║φ...
- *insertTable.mnemonic: T
- *insertRow.labelString: ┐¡
- *insertRow.mnemonic: R
- *insertColumn.labelString: ╟α
- *insertColumn.mnemonic: O
- *insertCell.labelString: ╝┐
- *insertCell.mnemonic: C
-
- ! Properties Menu
- *menuBar*properties.labelString: ╝╙╝║
- *menuBar*textProperties.labelString: ┼╪╜║╞«...
- *menuBar*textProperties.mnemonic: E
- *menuBar*linkProperties.labelString: ╕╡┼⌐...
- *menuBar*linkProperties.mnemonic: L
- *menuBar*imageProperties.labelString: └╠╣╠┴÷...
- *menuBar*imageProperties.mnemonic: I
- *menuBar*targetProperties.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─...
- *menuBar*targetProperties.mnemonic: A
- *menuBar*tableProperties.labelString: ┼╫└╠║φ...
- *menuBar*tableProperties.mnemonic: T
- *menuBar*hruleProperties.labelString: ╝÷╞≥╝▒...
- *menuBar*hruleProperties.mnemonic: O
- *menuBar*tagProperties.labelString: HTML ┼┬▒╫...
- *menuBar*tagProperties.mnemonic: H
- *menuBar*documentProperties.labelString: ╣«╝¡...
- *menuBar*documentProperties.mnemonic: D
-
- ! Properties Character Pullaside
- *charProperties.labelString: ╣«└┌
- *charProperties.mnemonic: C
- *charProperties.bold.labelString: ║╝╡σ├╝
- *charProperties.bold.acceleratorText: Ctrl+B
- *charProperties.bold.mnemonic: B
- *charProperties.underline.labelString: ╣╪┴┘
- *charProperties.underline.acceleratorText: Ctrl+U
- *charProperties.underline.mnemonic: U
- *charProperties.italic.labelString: └╠┼┼╕»├╝
- *charProperties.italic.acceleratorText: Ctrl+I
- *charProperties.italic.mnemonic: I
- *charProperties.fixed.labelString: ░φ┴ñ╞°
- *charProperties.fixed.acceleratorText: Ctrl+T
- *charProperties.fixed.mnemonic: F
- *charProperties.superscript.labelString: └º├╖└┌
- *charProperties.superscript.mnemonic: P
- *charProperties.subscript.labelString: ╛╞╖í├╖└┌
- *charProperties.subscript.mnemonic: S
- *charProperties.strikethrough.labelString: ├δ╝╥╝▒
- *charProperties.strikethrough.mnemonic: T
- *charProperties.blink.labelString: ▒⌠╣┌└╙
- *charProperties.blink.mnemonic: K
- *charProperties.textColor.labelString: ╣«└┌╗÷...
- *charProperties.textColor.mnemonic: C
- *charProperties.defaultColor.labelString: ▒Γ║╗╗÷
- *charProperties.defaultColor.mnemonic: D
- *charProperties.serverJavaScript.labelString: └┌╣┘╜║┼⌐╕│╞«(╝¡╣÷)
- *charProperties.serverJavaScript.mnemonic: J
- *charProperties.clientJavaScript.labelString: └┌╣┘╜║┼⌐╕│╞«(┼¼╢≤└╠╛≡╞«)
- *charProperties.clientJavaScript.mnemonic: V
- *menuBar*charProperties.clearAllStyles.labelString: ╕≡╡τ ╜║┼╕└╧ ╗Φ┴ª
- *menuBar*charProperties.clearAllStyles.acceleratorText: Ctrl+K
- *menuBar*charProperties.clearAllStyles.mnemonic: A
- *menuBar*fontSize.labelString: ▒█▓├ ┼⌐▒Γ
- *menuBar*fontSize.mnemonic: S
- *menuBar*paragraphProperties.labelString: ┤▄╢⌠
- *menuBar*paragraphProperties.mnemonic: P
- *menuBar*paragraphProperties.indent.labelString: ╟╤ ┤▄░Φ ╡Θ┐⌐╛▓▒Γ
- *menuBar*paragraphProperties.indent.acceleratorText: Tab
- *menuBar*paragraphProperties.indent.mnemonic: I
- *menuBar*paragraphProperties.outdent.labelString: ╟╤ ┤▄░Φ │╗╛ε╛▓▒Γ
- *menuBar*paragraphProperties.outdent.acceleratorText: Shift+Tab
- *menuBar*paragraphProperties.outdent.mnemonic: R
-
- ! Properties Font Size PullAside/Toolbar Font Size Popup.
- *characterToolbar*fontSize.marginWidth: 0
- *characterToolbar*fontSize.marginHeight: 0
- *fontSize.XmPushButtonGadget.labelType: STRING
- *fontSize.minusTwo.labelString: -2
- *fontSize.minusOne.labelString: -1
- *fontSize.plusZero.labelString: +0
- *fontSize.plusZero.mnemonic: 0
- *fontSize.plusOne.labelString: +1
- *fontSize.plusOne.mnemonic: 1
- *fontSize.plusTwo.labelString: +2
- *fontSize.plusTwo.mnemonic: 2
- *fontSize.plusThree.labelString: +3
- *fontSize.plusThree.mnemonic: 3
- *fontSize.plusFour.labelString: +4
- *fontSize.plusFour.mnemonic: 4
-
- ! Properties Paragraph PullAside/Toolbar Properties Popup.
- *paragraphToolbar*paragraphProperties.marginWidth: 0
- *paragraphToolbar*paragraphProperties.marginHeight: 0
- *paragraphProperties.XmPushButtonGadget.labelType: STRING
- *normal.labelString: ║╕┼δ <P>
- *normal.mnemonic: N
- *headingOne.labelString: ╕╙╕«╕╗ 1 <H1>
- *headingOne.mnemonic: 1
- *headingTwo.labelString: ╕╙╕«╕╗ 2 <H2>
- *headingTwo.mnemonic: 2
- *headingThree.labelString: ╕╙╕«╕╗ 3 <H3>
- *headingThree.mnemonic: 3
- *headingFour.labelString: ╕╙╕«╕╗ 4 <H4>
- *headingFour.mnemonic: 4
- *headingFive.labelString: ╕╙╕«╕╗ 5 <H5>
- *headingFive.mnemonic: 5
- *headingSix.labelString: ╕╙╕«╕╗ 6 <H6>
- *headingSix.mnemonic: 6
- *address.labelString: ┴╓╝╥ <ADDRESS>
- *address.mnemonic: A
- *formatted.labelString: ╟ⁿ╜─ └»┴÷ <PRE>
- *formatted.mnemonic: F
- *listItem.labelString: ╕«╜║╞« ╟╫╕± <LI>
- *listItem.mnemonic: L
- *descriptionItem.labelString: ╝│╕φ ┴ª╕± <DT>
- *descriptionItem.mnemonic: T
- *descriptionText.labelString: ╝│╕φ │╗┐δ <DD>
- *descriptionText.mnemonic: X
-
- ! Options Menu
- *menuBar*editorPrefs.labelString: ╞φ┴²▒Γ ╚»░µ╝│┴ñ...
- *menuBar*editorPrefs.mnemonic: E
- *Editor*menuBar*showToolbar.labelString: ╞─└╧/╞φ┴² ╡╡▒╕╕≡└╜ ╟Ñ╜├
- *Editor*menuBar*showToolbar.mnemonic: T
- *menuBar*showCharacter.labelString: ╣«└┌ ╡╡▒╕╕≡└╜ ╟Ñ╜├
- *menuBar*showCharacter.mnemonic: C
- *menuBar*showParagraph.labelString: ┤▄╢⌠ ╡╡▒╕╕≡└╜ ╟Ñ╜├
- *menuBar*showParagraph.mnemonic: P
-
- ! Windows Menu
- *menuBar*netBrowser.labelString: Netscape ║Ω╢≤┐∞└·
- *menuBar*siteManager.labelString: Netscape ╗τ└╠╞« ░ⁿ╕«└┌
-
- ! Editor Popup Menu
- *popup*textProperties.labelString: ┼╪╜║╞« ╝╙╝║...
- *popup*textProperties.mnemonic: X
- *popup*targetProperties.labelString: ╣«╝¡│╗ └╠╡┐ ╟Ñ╜─ ╝╙╝║...
- *popup*targetProperties.mnemonic: A
- *popup*imageProperties.labelString: └╠╣╠┴÷ ╝╙╝║...
- *popup*imageProperties.mnemonic: I
- *popup*tableProperties.labelString: ┼╫└╠║φ ╝╙╝║...
- *popup*tableProperties.mnemonic: T
- *popup*hruleProperties.labelString: ╝÷╞≥╝▒ ╝╙╝║...
- *popup*hruleProperties.mnemonic: O
- *popup*tagProperties.labelString: HTML ┼┬▒╫ ╝╙╝║...
- *popup*tagProperties.mnemonic: H
- *popup*paragraphProperties.labelString: ┤▄╢⌠ ╝╙╝║...
- *popup*paragraphProperties.mnemonic: G
- *popup*documentProperties.labelString: ╣«╝¡ ╝╙╝║...
- *popup*documentProperties.mnemonic: D
- *popup*insert.labelString: ╗≡└╘
- *popup*insert.mnemonic: S
- *popup*delete.labelString: ╗Φ┴ª
- *popup*delete.mnemonic: L
- *popup*insertLink.labelString: ╕╡┼⌐ ╗≡└╘...
- *popup*insertLink.mnemonic: N
- *popup*linkProperties.labelString: ╕╡┼⌐ ╝╙╝║...
- *popup*linkProperties.mnemonic: N
- *popup*browseLink.labelString: ║Ω╢≤┐∞└·┐í╝¡ ╕╡┼⌐ ┐¡▒Γ...
- *popup*browseLink.mnemonic: W
- *popup*editLink.labelString: ╞φ┴²▒Γ┐í╝¡ ╕╡┼⌐ ┐¡▒Γ...
- *popup*editLink.mnemonic: E
- *popup*bookmarkLink.labelString: ├Ñ░Ñ╟╟┐í ╕╡┼⌐ ├▀░í
- *popup*bookmarkLink.mnemonic: B
- *popup*copyLink.labelString: ╕╡┼⌐╕ª ┼¼╕│║╕╡σ┐í ├▀░í
- *popup*copyLink.mnemonic: K
- *popup*removeLink.labelString: ╕╡┼⌐ ╗Φ┴ª
- *popup*removeLink.mnemonic: R
- *popup*cut.labelString: └▀╢≤│╗▒Γ
- *popup*cut.mnemonic: U
- *popup*cut.acceleratorText: Ctrl+X
- *popup*copy.labelString: ║╣╗τ
- *popup*copy.mnemonic: C
- *popup*copy.acceleratorText: Ctrl+C
- *popup*paste.labelString: ║┘┐⌐│╓▒Γ
- *popup*paste.mnemonic: P
- *popup*paste.acceleratorText: Ctrl+Y
-
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Editor toolbar (text only).
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *toolBar.editDocument.labelString: ╞φ┴²
- *toolBar.editorNewBlank.labelString: ╜┼▒╘
- *toolBar.editorOpenFile.labelString: ┐¡▒Γ
- *toolBar.save.labelString: └·└σ
- *toolBar.editorBrowse.labelString: ║Ω╢≤┐∞┴ε
- *toolBar.cut.labelString: └▀╢≤│╗▒Γ
- *toolBar.copy.labelString: ║╣╗τ
- *toolBar.paste.labelString: ║┘┐⌐│╓▒Γ
- *toolBar.publish.labelString: ├Γ╞╟
-
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Editor dialogs.
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *textPropertiesDialog_popup.title: Netscape: ╝╙╝║
- *textPropertiesDialog.folder.XmForm.marginHeight: 10
- *textPropertiesDialog.folder.XmForm.marginWidth: 10
- *textPropertiesDialog*XmFrame.marginHeight: 2
- *textPropertiesDialog*XmFrame.marginWidth: 2
- *imagePropertiesDialog_popup.title: Netscape: ╝╙╝║
- *imagePropertiesDialog.folder.XmForm.marginHeight: 10
- *imagePropertiesDialog.folder.XmForm.marginWidth: 10
- *imagePropertiesDialog*XmFrame.marginHeight: 2
- *imagePropertiesDialog*XmFrame.marginWidth: 2
-
- ! Properties/Link properties.
- *linkProperties.tabLabelString: ╕╡┼⌐
- *linkSourceTitle.labelString: ╕╡┼⌐ ╝╙╝║
- *linkSourceLabel.labelString: ╕╡┼⌐└╟ ┼╪╜║╞« └╘╖┬:
- *linkToTitle.labelString: ...╖╬ ╕╡┼⌐
- *linkToLabel.labelString: ╞Σ└╠┴÷ └º─í ╢╟┤┬ ╞─└╧┐í ┤δ╟╤ ╕╡┼⌐ └╘╖┬:
- *browseFile.labelString: ╞─└╧ ├ú▒Γ...
- *removeLink.labelString: ╕╡┼⌐ ╗Φ┴ª
- *removeLinks.labelString: ║╣╝÷╕╡┼⌐ ╗Φ┴ª
- *menuBar*removeLinks.mnemonic: R
- *linkTarget.labelString: \
- ┴÷┴ñ╡╚ ╣«╝¡└╟ └╠╡┐ ╟Ñ╜─└╕╖╬ ╕╡┼⌐(╝▒┼├╗τ╟╫)
- *showTargets.labelString: └╠╡┐ ╟Ñ╜─ ║╕▒Γ:
- *currentDocument.labelString: ╟÷└τ ╣«╝¡
- *selectedFile.labelString: ╝▒┼├╡╚ ╞─└╧
- *linkProperties*targetText.height: 100
-
- ! Properties/Character properties:
- *characterProperties.tabLabelString: ╣«└┌
- *colorTitle.labelString: ╗÷
- *colorLabel.labelString: ╟÷└τ ╗÷:
- *default.labelString: ╣«╝¡└╟ ▒Γ║╗ ╗÷
- *custom.labelString: ╗τ┐δ└┌ ┴ñ└╟ ╗÷
- *chooseColor.labelString: ╗÷ ╝▒┼├...
- *colorText.labelString: ┼╪╜║╞«┤┬ ╝▒┼├╟╤ ╗÷└╕╖╬ ╟Ñ╜├╡╦┤╧┤┘.
- *sizeTitle.labelString: ┼⌐▒Γ
- *sizeText.labelString: ░ó ┤▄╢⌠ ╜║┼╕└╧└║ ▒Γ║╗ ┼⌐▒Γ╕ª ░í┴÷░φ └╓╜└┤╧┤┘.
- *styleTitle.labelString: ╜║┼╕└╧
- *clearStyles.labelString: ╜║┼╕└╧ ╝│┴ñ╗τ╟╫ ╗Φ┴ª
- *characterProperties*clearStyles.marginWidth: 10
- *characterProperties*clearStyles.marginHeight: 5
- *characterProperties*clearStyles.leftOffset: 30
- *characterProperties*clearStyles.rightOffset: 30
- *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
- *characterProperties*clearStyles.bottomOffset: 5
- *characterProperties*javaFrame.leftOffset: 10
- *characterProperties*sizeFrame.leftOffset: 10
- *javaTitle.labelString: └┌╣┘ ╜║┼⌐╕│╞«
- *java*client.labelString: ┼¼╢≤└╠╛≡╞«
- *java*server.labelString: ╝¡╣÷
- *clearAll.labelString: ╕≡╡τ ╝│┴ñ╗τ╟╫ ╗Φ┴ª
- *characterProperties*clearAll.marginWidth: 10
- *characterProperties*clearAll.marginHeight: 5
- *characterProperties*clearAll.topOffset: 20
- *characterProperties*clearAll.leftOffset: 15
- *characterProperties*clearAll.rightOffset: 15
-
- ! Properties/Paragraph properties:
- *paragraphProperties.tabLabelString: ┤▄╢⌠
- *styleLabel.labelString: ┤▄╢⌠ ╜║┼╕└╧:
- *additionalLabel.labelString: ├▀░í╡╚ ╜║┼╕└╧:
- *additional*default.labelString: ▒Γ║╗░¬
- *additional*list.labelString: ╕«╜║╞«
- *additional*blockQuote.labelString: └╬┐δ▒╕
- *listTitle.labelString: ╕«╜║╞«
- *listLabel.labelString: ╜║┼╕└╧:
- *numbered.labelString: ╣°╚ú └╓┤┬
- *unnumbered.labelString: ╣°╚ú░í ╛°┤┬
- *directory.labelString: ╡≡╖║┼Σ╕«
- *menu.labelString: ╕▐┤║
- *description.labelString: ╝│╕φ
- *automatic.labelString: └┌╡┐
- *digital.labelString: 1,2,3,4,5..
- *lowerRoman.labelString: i,ii,iii,iv,v..
- *upperRoman.labelString: I,II,III,IV,V..
- *lowerAlpha.labelString: a,b,c,d,e..
- *upperAlpha.labelString: A,B,C,D,E..
- *solidCircle.labelString: ░╦└║ ┐°
- *openCircle.labelString: ╚≥ ┐°
- *openSquare.labelString: ╚≥ ╗τ░ó╟ⁿ
- *startLabel.labelString: ╜├└█╣°╚ú
- *startText.columns: 4
- *spaceAvailable.labelString: └╠ ░°░ú└║ ╗τ┐δ░í┤╔╟╒┤╧┤┘
- *paragraphProperties*spaceAvailable.topOffset: 40
- *paragraphProperties*spaceAvailable.leftOffset: 150
-
- ! Properties/Image properties:
- *imageProperties.tabLabelString: └╠╣╠┴÷
- *imageFileTitle.labelString: └╠╣╠┴÷ ╞─└╧ └╠╕º
- *browse.labelString: ║Ω╢≤┐∞┴ε...
- *alternativeInfoLabel.labelString: ┤δ├╝ ╟Ñ╟÷(╝▒┼├╗τ╟╫):
- *alternativeImageLabel.labelString: └╠╣╠┴÷:
- *alternativeTextLabel.labelString: ┼╪╜║╞«:
- *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
- *alignmentTitle.labelString: ┴ñ╖─
- *alignmentInfoLabel.labelString: \
- ╞≈╟╘╡╚ ┼╪╜║╞«╕ª ║╕▒Γ└º╟╪╝¡, ║Ω╢≤┐∞┴ε ├ó└╗ └╠┐δ╟╧╜├┐└.
- *heightLabel.labelString: │⌠└╠:
- *widthLabel.labelString: │╩║±:
- *imageSpaceTitle.labelString: └╠╣╠┴÷ ┴╓║»└╟ ┐⌐╣Θ:
- *imageProperties.imageSpaceFrame.leftOffset: 10
- *leftRightLabel.labelString: ┴┬┐∞:
- *topBottomLabel.labelString: ╗≤╟╧:
- *solidBorderLabel.labelString: ╜╟╝▒ ┼╫╡╬╕«:
- *originalSize.labelString: ┐°╖í ┼⌐▒Γ
- *copyImage.labelString: └╠╣╠┴÷╕ª ╣«╝¡ └º─í╖╬ ║╣╗τ
- *removeImageMap.labelString: └╠╣╠┴÷ ╕╩ ╗Φ┴ª
- *editImage.labelString: └╠╣╠┴÷ ╞φ┴²
-
- ! Horizontal Line Properties
- *horizontalLineProperties_popup.title: Netscape: ╝÷╞≥╝▒
- *dimensionsTitle.labelString: ╣ⁿ└º
- *horizontalLineProperties*XmFrame.marginWidth: 10
- *horizontalLineProperties*XmFrame.marginHeight: 10
- *heightLabel.labelString: │⌠└╠:
- *heightText.columns: 4
- *pixels.labelString: ╟╩╝┐
- *widthLabel.labelString: │╩║±:
- *widthText.columns: 4
- *percent.labelString: % (├ó ▒Γ┴╪)
- *alignTitle.labelString: ┴ñ╖─
- *left.labelString: ┐▐┬╩
- *center.labelString: ░í┐ε╡Ñ
- *right.labelString: ┐└╕Ñ┬╩
- *threeDShading.labelString: 3┬≈┐° └╜┐╡
-
- ! Document Properties & Editor Preferences/Appearance
- *appearanceProperties.tabLabelString: ┐▄╛τ
- *documentPropertiesDialog_popup.title: Netscape: ╣«╝¡ ╝╙╝║
- *editorPreferencesDialog_popup.title: Netscape: ╞φ┴²▒Γ ╚»░µ╝│┴ñ
- *folder*appearance.marginHeight: 10
- *folder*appearance.marginWidth: 10
- *folder*appearance*XmFrame.marginHeight: 2
- *folder*appearance*XmFrame.marginWidth: 2
- *appearance*custom.labelString: ╗τ┐δ└┌ ┴ñ└╟ ╗÷└╗ ╗τ┐δ
- *appearance*browser.labelString: \
- ║Ω╢≤┐∞└· ╗÷ ╝│┴ñ ╗τ┐δ
- *schemesTitle.labelString: ╗÷╗≤╟Ñ
- *save.labelString: └·└σ
- *remove.labelString: ╗Φ┴ª
- *documentColorsTitle.labelString: ╣«╝¡ ╗÷
- *documentPropertiesDialog*previewFrame.marginHeight: 0
- *documentPropertiesDialog*previewFrame.marginWidth: 0
- *appearance*normal.labelString: └╧╣▌ ┼╪╜║╞«...
- *appearance*link.labelString: ╕╡┼⌐ ┼╪╜║╞«...
- *appearance*active.labelString: ╚░╝║ ╕╡┼⌐...
- *appearance*followed.labelString: ╣µ╣« ╕╡┼⌐...
- *appearance*background.labelString: ╣Φ░µ...
- *appearance*backgroundInfo.labelString: ╣Φ░µ └╠╣╠┴÷╕ª ╝▒┼├╟╧╕Θ ╗÷ ╝▒┼├└║ ╣½╜├╡╦┤╧┤┘.
- *appearance*preview.normal.labelString: └╧╣▌ ┼╪╜║╞«
- *appearance*preview.link.labelString: ╕╡┼⌐ ┼╪╜║╞«
- *appearance*preview.active.labelString: ╚░╝║ ╕╡┼⌐
- *appearance*preview.followed.labelString: ╣µ╣« ╕╡┼⌐
- *appearance*preview*normalLabelString: └╧╣▌ ┼╪╜║╞«
- *appearance*preview*linkLabelString: ╕╡┼⌐ ┼╪╜║╞«
- *appearance*preview*activeLabelString: ╚░╝║ ╕╡┼⌐
- *appearance*preview*followedLabelString: ╣µ╣« ╕╡┼⌐
- *backgroundImageTitle.labelString: ╣Φ░µ└╠╣╠┴÷
- *browseImageFile.labelString: ╞─└╧ ├ú▒Γ...
- *solid.labelString: ┴°╟╤ ╗÷
- *useImage.labelString: └╠╣╠┴÷ ╗τ┐δ
- *choose.labelString: ╗÷ ╝▒┼├...
- *documentPropertiesDialog*appearance*infoLabel.labelString: \
- └╠ ╝│┴ñ└║ ╟÷└τ ╣«╝¡┐í └√┐δ╡╦┤╧┤┘.
- *editorPreferencesDialog*appearance*infoLabel.labelString: \
- └╠ ╝│┴ñ└║ ╟÷└τ ╣«╝¡░í ╛╞┤╤ ╗⌡ ╣«╝¡┐í └√┐δ╡╔ ░═└╘┤╧┤┘.
-
- ! Document Properties/General
- *generalProperties.tabLabelString: └╧╣▌
- *folder*general.marginHeight: 10
- *folder*general.marginWidth: 10
- *locationLabel.labelString: └º─í:
- *titleLabel.labelString: ┴ª╕±:
- *authorLabel.labelString: └·└┌:
- *descriptionLabel.labelString: ╝│╕φ:
- *createdLabel.labelString: └█╝║└╧:
- *updatedLabel.labelString: ├╓┴╛ ║»░µ└╧:
- *otherAttributesTitle.labelString: ▒Γ┼╕ ╝╙╝║
- *infoLabel.labelString: \
- ┐⌐╖» ┤▄╛ε┐═ ▒╕╕ª ▒╕║╨╟╧▒Γ└º╟╪ ╜░╟Ñ ╗τ┐δ╟╧╜├┐└.
- *keywordsLabel.labelString: ┼░┐÷╡σ:
- *classificationLabel.labelString: ║╨╖∙:
-
- ! Document Properties/Advanced
- *advanced.tabLabelString: ░φ▒▐
- *folder*advanced.marginHeight: 10
- *folder*advanced.marginWidth: 10
- *systemLabel.labelString: Netscape ╜├╜║┼█ ║»╝÷ (HTTP-EQUIV):
- *userLabel.labelString: ╗τ┐δ└┌ ║»╝÷ (META):
- *nameLabel.labelString: └╠╕º:
- *valueLabel.labelString: ░¬:
- *delete.labelString: ╗Φ┴ª
- *set.labelString: ╝│┴ñ
- *new.labelString: ╜┼▒╘
-
- ! Target Properties
- *targetPropertiesDialog_popup.title: Netscape: └╠╡┐ ╟Ñ╜─ ╝╙╝║
- *targetLabel.labelString: └╠ └╠╡┐ ╟Ñ╜─┐í ┤δ╟╤ └╠╕º└╗ └╘╖┬╟╧╜├┐└
-
- ! Html Properties
- *htmlPropertiesDialog_popup.title: Netscape: HTML ┼┬▒╫
- *htmlPropertiesInfo.labelString: \
- ┼┬▒╫╕φ░· ┼┬▒╫┐═ ╟╘▓▓ ╗τ┐δ╡╟┤┬ ╝╙╝║ ╢╟┤┬ ╕┼░│║»╝÷╕ª └╘╖┬╟╧╜├┐└
- *htmlPropertiesDialog.Apply.labelString:┴í░╧
- *htmlPropertiesDialog.ApplyLabelString: ┴í░╧
-
- ! Editor Preferences/General
- *generalPreferences.tabLabelString: └╧╣▌
- *authorTitle.labelString: └·└┌╕φ
- *externalTitle.labelString: ┐▄║╬ ╞φ┴²▒Γ
- *htmlLabel.labelString: HTML ╝╥╜║:
- *imageLabel.labelString: └╠╣╠┴÷:
- *templateTitle.labelString: ╗⌡ ╣«╝¡ ┼█╟├╕┤
- *locationLabel.labelString: └º─í:
- *templateInfo.labelString: \
- ╕▐┤║┐í╝¡ ╝▒┼├╟╧╕Θ └╠ ╞Σ└╠┴÷░í ┐¡╕│┤╧┤┘:\n\
- ╞─└╧/╗⌡ ╣«╝¡/┼█╟├╕┤ ╗τ┐δ
- *restoreDefault.labelString: ▒Γ║╗░¬└╕╖╬ ║╣▒╕
- *autosaveTitle.labelString: └┌╡┐ └·└σ
- *autosaveEnable.labelString: ┤┘└╜ ╜├░ú╕╢┤┘ ╣«╝¡ └┌╡┐└·└σ: ╕┼
- *minutes.labelString: ║╨
-
- ! Editor/Tables Properties&Create
- *table.tabLabelString: ┼╫└╠║φ
- *row.tabLabelString: ╟α
- *cell.tabLabelString: ╝┐
- *tableCreateDialog_popup.title: Netscape: ╗⌡ ┼╫└╠║φ ╝╙╝║
- *tablePropertiesDialog_popup.title: Netscape: ┼╫└╠║φ ╝╙╝║
- *tableRowsLabel.labelString: ┐¡ ░│╝÷:
- *tableColumnsLabel.labelString: ╟α ░│╝÷:
- *attributesTitle.labelString: ╝╙╝║
- *tableAlignmentTitle.labelString: ┼╫└╠║φ ┴ñ╖─
- *borderLineWidthLabel.labelString: ┼╫╡╬╕« ╡╬▓▓
- *borderLineWidthUnits.labelString: ╟╚╝┐
- *cellSpacingLabel.labelString: ╝┐╗τ└╠ ░ú░▌
- *cellSpacingUnits.labelString: ╟╚╝┐
- *cellPaddingLabel.labelString: ╝┐╗τ└╠ ░°░ú
- *cellPaddingUnits.labelString: ╟╚╝┐
- *tableWidthToggle.labelString: ┼╫└╠║φ │╩║±
- *tableHeightToggle.labelString: ┼╫└╠║φ ├╓╝╥ │⌠└╠
- *tableColorToggle.labelString: ┼╫└╠║φ ╗÷
- *captionToggle.labelString: ┴ª╕± ╞≈╟╘
- *above.labelString: ┼╫└╠║φ └º
- *below.labelString: ┼╫└╠║φ ╛╞╖í
- *tableWidthUnits.marginWidth: 0
- *tableWidthUnits.marginHeight: 0
- *tableHeightUnits.marginWidth: 0
- *tableHeightUnits.marginHeight: 0
- *captionUnits.marginWidth: 0
- *captionUnits.marginHeight: 0
- *textAlignmentTitle.labelString: ┼╪╜║╞« ┴ñ╖─
- *horizontalLabel.labelString: ╝÷╞≥
- *verticalLabel.labelString: ╝÷┴≈
- *textAlignment*default.labelString: ▒Γ║╗░¬
- *textAlignment*left.labelString: ┐▐┬╩
- *textAlignment*right.labelString: ┐└╕Ñ┬╩
- *textAlignment*center.labelString: ░í┐ε╡Ñ
- *textAlignment*top.labelString: └º
- *textAlignment*bottom.labelString: ╛╞╖í
- *textAlignment*baselines.labelString: ▒Γ┴╪╝▒
- *tableAlignmentBox*left.labelString: ┐▐┬╩
- *tableAlignmentBox*right.labelString: ┐└╕Ñ┬╩
- *tableAlignmentBox*center.labelString: ░í┐ε╡Ñ
- *rowColorToggle.labelString: ╟α└╟ ╗÷
- *textOtherTitle.labelString: ┼╪╜║╞«
- *headerStyle.labelString: ╕╙╕«╕╗ ╜║┼╕└╧
- *wrapText.labelString: └┌╡┐ ┴┘╣┘▓▐
- *cellRowsLabel.labelString: ╝┐└╟ ╣ⁿ└º
- *cellColumnsLabel.labelString: ╟α
- *cellColumnsUnits.labelString: ┐¡
- *cellWidthToggle.labelString: ╝┐ │╩║±
- *cellHeightToggle.labelString: ╝┐└╟ ├╓╝╥ │⌠└╠
- *cellColorToggle.labelString: ╝┐└╟ ╗÷
- *percentOfCell.labelString: % (╗≤└º ╝┐ ▒Γ┴╪)
- *percentOfWindow.labelString: % (├ó ▒Γ┴╪)
- *cancel.cancelLabelString: ├δ╝╥
- *cancel.closeLabelString: ┤▌▒Γ
- *Cancel.cancelLabelString: ├δ╝╥
- *Cancel.closeLabelString: ┤▌▒Γ
-
- ! Editor Preferences/Publish
- *publishPreferences.tabLabelString: ├Γ╞╟
- *folder*publish.marginHeight: 10
- *folder*publish.marginWidth: 10
- *linksAndImagesTitle.labelString: ╕╡┼⌐┐═ └╠╣╠┴÷
- *linksAndImagesLabel.labelString: \
- ┐°░┼╕« ╣«╝¡ └·└σ╜├ ╣╫ ╕╡┼⌐┐═ └╠╣╠┴÷ ╗≡└╘╜├:
- *linksToggle.labelString: ╕╡┼⌐ └»┴÷
- *linksInfo.labelString: \
- ╣«╝¡┐═ ╟╘▓▓ └█╛≈╟╥ ╝÷ └╓╡╡╖╧ ╕╡┼⌐ ┴╢┴ñ ( ╡≡╜║┼⌐ ╣«╝¡┐í ┤δ╟╤ ╕╡┼⌐┤┬\n\
- ▒╫ ╣«╝¡░í ╡≡╜║┼⌐┐í └╓╛ε╛▀ ╡┐└█╟╘).
- *imagesToggle.labelString: ╣«╝¡│╗ └╠╣╠┴÷ └»┴÷
- *imagesInfo.labelString: \
- └╠╣╠┴÷└╟ ║╣╗τ║╗└╗ ╣«╝¡└╟ └º─í┐í └·└σ╟╒┤╧┤┘.\n\
- ╡≡╜║┼⌐ ╣÷└ⁿ└╟ ╣«╝¡│¬ ╣«╝¡░í ├Γ╞╟╡╟╛·└╗ ╢º ╟╫╗≤ └╠╣╠┴÷░í\n\
- │¬┼╕││┤╧┤┘.
- *linksAndImagesTip.labelString: \
- ╡╡┐≥╕╗: ┐°░┼╕« ├Γ╞╟└╗ ╗τ┐δ╟╧╖┴╕Θ ╡╬░│└╟ ┐╔╝╟└╗ ╝▒┼├╟╧╜├┐└
- *publishTitle.labelString: ▒Γ║╗ ├Γ╞╟ └º─í
- *publishLabel.labelString: ├Γ╞╟(FTP ╢╟┤┬ HTTP):
- *browseLabel.labelString: ║Ω╢≤┐∞┴ε(HTTP) :
- *usernameLabel.labelString: ╗τ┐δ└┌ ╕φ:
- *passwordLabel.labelString: ╛╧╚ú:
- *savePassword.labelString: ╛╧╚ú └·└σ
-
- ! Publish Files dialog box
- *publishFilesDialog_popup.title: Netscape: ├Γ╞╟ ╞─└╧
- *localFilesTitle.labelString: ┴÷┐¬ ╞─└╧
- *localFiles.publishLabel.labelString: ├Γ╞╟:
- *includeLabel.labelString: ╞≈╟╘╡╚ ╞─└╧:
- *includeImages.labelString: └╠╣╠┴÷ ╞≈╟╘
- *includeFiles.labelString: ╞≈╟╘╡╚ ╞─└╧
- *selectNone.labelString: ╝▒┼├╛╚╟╘
- *selectAll.labelString: └ⁿ├╝╝▒┼├
- *publishLocationTitle.labelString: ├Γ╞╟ └º─í
- *publishLocation.publishLabel.labelString: \
- ╞─└╧ ┐├╕«▒Γ └º─í(FTP ╢╟┤┬ HTTP):
- *useDefault.labelString: ▒Γ║╗└º─í ╗τ┐δ
-
- *hintDialog_popup.title: Netscape: ╚∙╞«
- *dontDisplayAgain.labelString: └╠ ╕▐╜├┴÷╕ª ┤┘╜├ ╟Ñ╜├╟╧┴÷ ╛╩╜└┤╧┤┘.
- *hintDialog.dontDisplayAgainRow.marginWidth: 9
-
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Editor popups.
- !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ! Color Picker
- *setColors_popup.title: Netscape: ╗÷ ╝│┴ñ
- *standardColorsTitle.labelString: ╟Ñ┴╪╗÷
-
- ! Save Remote Dialog.
- *saveRemote.marginHeight: 10
- *saveRemote.marginWidth: 10
- ! These don't seem to get set by above two lines.
- *saveRemote*infoIcon.marginWidth: 15
- *saveRemote*infoIcon.marginHeight: 15
- *saveRemote_popup.title: Netscape: ┐°░┼╕« ╣«╝¡ └·└σ
- *saveRemote*infoText.labelString: \
- └╠ ╣«╝¡┤┬ ┐°░┼╕« ╝¡╣÷┐í ┴╕└τ╟╒┤╧┤┘.\n\
- ╣«╝¡ │╗┐δ└╗ ║»░µ╟╧╖┴╕Θ ┐∞╝▒ ╣«╝¡╕ª\n\
- └·└σ╟╧╜├┐└
- *saveRemote*linksTitle.labelString: ╕╡┼⌐
- *saveRemote*linksToggle.labelString: ┐°░┼╕«├Γ╞╟└╗ ╡╜▒Γ └º╟╪ ╕╡┼⌐╕ª ┴╢┴ñ
- *saveRemote*linksText.labelString: \
- ░░└║ └º─í(╡≡╖║┼Σ╕«)┐í ┴╕└τ╟╧┤┬ ┤┘╕Ñ ╣«╝¡╖╬└╟\n\
- ╕╡┼⌐╡╡ ╣«╝¡░í ├Γ╞╟╡╚ ╚─┐í ╡┐└█╟╥ ░═└╘┤╧┤┘.\n\
- \n\
- ┐°░┼╕« ╗τ└╠╞«└╟ ╕╡┼⌐┤┬ ║»░µ╡╟┴÷ ╛╩╜└┤╧┤┘.
- *saveRemote*imagesTitle.labelString: └╠╣╠┴÷
- *saveRemote*imagesToggle.labelString: ╣«╝¡┐═ ╟╘▓▓ └╠╣╠┴÷ └·└σ
- *saveRemote*imagesText.labelString: \
- └╠╣╠┴÷┤┬ └·└σ╟╤ ╣«╝¡┐í │¬┼╕│» ░═└╘┤╧┤┘.
- *saveRemote*save.labelString: └·└σ
- *saveRemote*cancel.labelString: ├δ╝╥
- *saveRemote*help.labelString: ╡╡┐≥╕╗
-
- ! Confirm Save File(s) Dialog.
- *confirmSaveFiles_popup.title: Netscape: ╞─└╧ └·└σ ╚«└╬
- *confirmSaveFiles.marginHeight: 0
- *confirmSaveFiles.marginWidth: 0
- *yes.labelString: ┐╣
- *confirmSaveFiles*yesToAll.labelString: ┐╣, ╕≡╡╬
- *no.labelString: ╛╞┤╧┐└
- *confirmSaveFiles*noToAll.labelString: ╛╞┤╧┐└, ╕≡╡╬
- *confirmSaveFiles*cancel.labelString: ├δ╝╥
- *confirmSaveFiles*help.labelString: ╡╡┐≥╕╗
- *confirmSaveFiles*defaultButtonShadowThickness: 0
-
- ! Save/Upload files message dialogs.
- *saveMessageDialog_popup.title: ╞─└╧ └·└σ
- *uploadMessageDialog_popup.title: ╞─└╧ ╛≈╖╬╡σ
- *imageLoadMessageDialog_popup.title: └╠╣╠┴÷ └╨▒Γ
- *saveMessageDialog.width: 400
- *uploadMessageDialog.width: 400
- *imageLoadMessageDialog.width: 400
-
- !=============================================================================
- ! Mail/News column titles
- !=============================================================================
- *mailNewsColumns.folderlist.Name: └╠╕º
- *mailNewsColumns.folderlist.Unread: └╨┴÷ ╛╩└║ ╕▐╜├┴÷ ╝÷
- *mailNewsColumns.folderlist.Total: ├╤░Φ
- *mailNewsColumns.messagelist.Thread: ╛▓╖╣╡σ
- *mailNewsColumns.messagelist.Sender: ║╕│╜ ╗τ╢≈
- *mailNewsColumns.messagelist.Subject: ┴ª╕±
- *mailNewsColumns.messagelist.Date: │»┬Ñ
-
-
- !=============================================================================
- *toolBar.back.labelString: ╡┌╖╬
- *toolBar.forward.labelString: ╛╒└╕╖╬
- *toolBar.home.labelString: Ȩ
- *toolBar.reload.labelString: ┤┘╜├└╨▒Γ
- *toolBar*loadImages.labelString: └╠╣╠┴÷ └╨▒Γ
- *toolBar.openURL.labelString: ┐¡▒Γ
- *toolBar.print.labelString: └╬╝Γ
- *toolBar*find.labelString: ├ú▒Γ
- *toolBar*abort.labelString: ┴▀┴÷
-
- *toolBar*spacer.marginWidth: 4
- *urlBar*spacer.marginWidth: 4
-
- *urlBar*whatsNew.labelString: ├╓╜┼ ╗τ└╠╞«
- *urlBar*whatsCool.labelString: ░í ║╝ ╕╕╟╤ ░≈
- *urlBar*inetIndex.labelString: ╕±└√┴÷
- *urlBar*inetSearch.labelString: └╬┼═│▌ ░╦╗÷
- *urlBar*inetWhite.labelString: ╗τ╢≈╡Θ
- *urlBar*upgrade.labelString: ╝╥╟┴╞«┐■╛ε
- *urlBar*welcome.labelString: ╚»┐╡
- *urlBar*newsgroups.labelString: ┤║╜║ ▒╫╖∞
-
- *toolBar.getNewMail.labelString: ╕▐└╧ ╣▐▒Γ
- *toolBar.deleteMessage.labelString: ╗Φ┴ª
- *toolBar.mailNew.labelString: ╕▐└╧ └█╝║
- *toolBar.postNew.labelString: ┤║╜║└█╝║
- *toolBar.replyToSender.labelString: ┤Σ└σ
- *toolBar.replyToAll.labelString: ╕≡╡╬┐í░╘ ┤Σ└σ
- *toolBar.postReply.labelString: ┤║╜║ ┤Σ└σ
- *toolBar.postAndMailReply.labelString: ┤║╜║ ╣╫ ╕▐└╧ ┤Σ└σ
- *toolBar.forwardMessage.labelString: ├╖║╬ └ⁿ┤▐
- *toolBar.previousUnreadMessage.labelString:└╠└ⁿ
- *toolBar.nextUnreadMessage.labelString: ┤┘└╜
- *toolBar.markThreadRead.labelString: ╛▓╖╣╡σ
- *toolBar.markAllRead.labelString: ▒╫╖∞
-
- !=============================================================================
- ! Toolbar for mail compose
- *toolBar.SendOrSendLater.labelString: ║╕│╗▒Γ
- *toolBar.quoteMessage.labelString: └╬┐δ
- *toolBar.attachFile.labelString: ├╖║╬
- *toolBar.editAddressBook.labelString: ┴╓╝╥╖╧
-
- !=============================================================================
- *noDocumentLoadedMessage: └╠ ├ó┐í╝¡┤┬ ╛╞┴≈ ╖╬╡σ╡╚ ╣«╝¡ ╛°└╜.
- *optionsSavedMessage: ┐╔╝╟└╗ └·└σ╟▀╜└┤╧┤┘.
- *clickToSaveMessage: └·└σ╟╧╖┴╕Θ ╕╡┼⌐┐í╝¡ ╕╢┐∞╜║ ╣÷╞░ ╕ª ┤⌐╕ú╜├┐└.
- *clickToSaveCancelledMessage: ╕╡┼⌐└╟ ╞─└╧ └·└σ ├δ╝╥╡╩.
- *noPreviousURLMessage: └╠└ⁿ ╣«╝¡ ╛°└╜.
- *noNextURLMessage: ┤┘└╜ ╣«╝¡ ╛°└╜.
- *noHomeURLMessage: ┴÷┴ñ╡╚ ╚¿ ╣«╝¡ ╛°└╜.
- *notOverImageMessage: └╠╣╠┴÷┐í╝¡┤┬ ╛╚╡╦┤╧┤┘.
- *notOverLinkMessage: ╕╡┼⌐┐í╝¡┤┬ ╛╚╡╦┤╧┤┘.
- *noSearchStringMessage: ░╦╗÷╟╥ ░═└╠ ╛°╜└┤╧┤┘
- *wrapSearchMessage: ╣«╝¡└╟ │í└╘┤╧┤┘. ├│└╜║╬┼═ ░Φ╝╙╟╥▒ε┐Σ?
- *wrapSearchBackwardMessage: ╣«╝¡└╟ ╜├└█└╘┤╧┤┘. │í║╬┼═ ░Φ╝╙╟╥▒ε┐Σ?
- *noAddressesMessage: ╝÷╜┼└╬ ┴÷┴ñ ╛╚╡╩.
- *noFileMessage: ├Γ╖┬ ╞─└╧ ┴÷┴ñ ╛╚╡╩.
- *noPrintCommandMessage: └╬╝Γ ╕φ╖╔└╗ ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.
- *overwriteFileMessage: ▒Γ┴╕└╟ ╚¡└╧ %s└╗(╕ª) ╡ñ╛ε╛╡▒ε┐Σ?
- *bookmarksChangedMessage: ├Ñ░Ñ╟╟ ╞─└╧└╠ ╡≡╜║┼⌐┐í╝¡ ║»░µ╡╟╛·╜└┤╧┤┘. ╡ñ╛ε╛╡▒ε┐Σ?
- *bookmarkConflictMessage: \
- ├Ñ░Ñ╟╟ ╕±╖╧└╠ └·└σ╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.\n\
- ╡≡╜║┼⌐ ╣÷└ⁿ└╗ ┤┘╜├ └╨└╗▒ε┐Σ?
- *bookmarksNoFormsMessage: \
- ├Ñ░Ñ╟╟ ╕±╖╧┐í ╝¡╜─┴ª├Γ└╟ ░ß░·╕ª ├▀░í╟╥ ╝÷ ╛°╜└┤╧┤┘.
- *reallyQuitMessage: │í│╗░┌╜└┤╧▒ε?
- *doubleInclusionMessage: \n\
- ╣«╝¡╕ª └╠╣╠ └╬┐δ╟╧┐┤╜└┤╧┤┘.\n\
- \n\
- ┤┘╜├ └╬┐δ╟╥▒ε┐Σ?
- *expireNowMessage: \
- ╕≡╡τ ╕╡┼⌐╕ª ╣µ╣«╟╧┴÷ ╛╩└║ ░═└╕╖╬ ╟Ñ╜├╟╒┤╧┤┘.\n░Φ╝╙╟╥▒ε┐Σ?
- *clearMemCacheMessage: \
- ╕▐╕≡╕« ─│╜├┐í ┤π▒Σ ╞─└╧╡Θ└╗ ╗Φ┴ª╟╒┤╧┤┘.\n░Φ╝╙╟╥▒ε┐Σ?
- *clearDiskCacheMessage: \
- ╡≡╜║┼⌐ ─│╜├┐í ┤π▒Σ ╞─└╧╡Θ└╗ ╗Φ┴ª╟╒┤╧┤┘.\n░Φ╝╙╟╥▒ε┐Σ?
-
- *createCacheDirErrorMessage: \
- ┐└╖∙: ┐╡▒╕└√└╬ ─│╜├ ╡≡╖║┼Σ╕«╕ª ╕╕╡Θ ╝÷ ╛°╜└┤╧┤┘.\n\
- \n\
- %s: %s.\n\
- \n\
- ┐╔╝╟ ╕▐┤║└╟ │╫┼⌐┐÷┼⌐ ╚»░µ╝│┴ñ└╗ └╠┐δ╟╧┐⌐\n\
- ╗⌡ ╡≡╜║┼⌐ ─│╜├ ╡≡╖║┼Σ╕«╕ª ┴÷┴ñ╟╧╜├┐└.\n\
-
- *createdCacheDirMessage: \
- ╡≡╜║┼⌐ ─│╜├╖╬ ╗τ┐δ╟╥ ┤┘└╜ ╡≡╖║┼Σ╕«╕ª └█╝║╟▀╜└┤╧┤┘.\n\
- \n\
- %s/\n\
- \n\
- ┐╔╝╟ ╕▐┤║└╟ │╫┼⌐┐÷┼⌐ ╚»░µ╝│┴ñ└╗ └╠┐δ╟╧┐⌐\n\
- ╡≡╜║┼⌐ ─│╜├ ╡≡╖║┼Σ╕«╕ª ╣┘▓▄ ╝÷ └╓╜└┤╧┤┘.\n\
-
- *cacheNotDirMessage: \
- ┐└╖∙: ╡≡╜║┼⌐ ─│╜├╖╬ ┴÷┴ñ╟╤ └╠╕º└╠ ┴╕└τ╟╒┤╧┤┘.\n\
- ╟╧┴÷╕╕ ╡≡╖║┼Σ╕«░í ╛╞┤╒┤╧┤┘.\
- \n\
- %s\n\
- \n\
- ┐╔╝╟ ╕▐┤║└╟ │╫┼⌐┐÷┼⌐ ╚»░µ╝│┴ñ└╗ └╠┐δ╟╧┐⌐\n\
- ╗⌡ ╡≡╜║┼⌐ ─│╜├ ╡≡╖║┼Σ╕«╕ª ┴÷┴ñ╟╧╜├┐└.\n\
-
- *cacheSuffixMessage: \
- \n\
- ╟╤ ╗τ┐δ└┌┐í ╟╤│¬└╟ ╡≡╜║┼⌐ ─│╜├░í └╓╛ε╛▀ ╟╒┤╧┤┘. ╡√╢≤╝¡ ░°└»\n\
- ╡≡╖║┼Σ╕«( /tmp ░░└║)╕ª ╗τ┐δ╟╧┤┬ ░═└║ ╛╚┴┴╜└┤╧┤┘.\
- \n\
- ╟÷└τ ┴÷┐°╡╟┤┬ ├╓┤δ ╡≡╜║┼⌐ ─│╜├┤┬ %d KB└╘┤╧┤┘.\n\
- │╫╞«┐÷┼⌐ ╚»░µ╝│┴ñ┐í╝¡ ─│╜├ ┼⌐▒Γ╕ª ╣┘▓▄ ╝÷ └╓╜└┤╧┤┘.\n\
- \n\
- ╡≡╜║┼⌐ ─│╜├ ▒Γ┤╔└╗ ╗τ┐δ╟╧┴÷ ╛╩└╕╖┴╕Θ, ╡≡╜║┼⌐ ─│╜├ ┼⌐▒Γ╕ª\n\
- 0 └╕╖╬ ┴÷┴ñ╟╧╜├┐└. └╠╖╕░╘ ╟╧╕Θ, ╣«╝¡┤┬ ╕▐╕≡╕« ─│╜├ ┼⌐▒Γ┐í\n\
- ╡√╢≤ ╕▐╕≡╕«┐í╕╕ └·└σ╡╟░φ, ╡≡╜║┼⌐┐í┤┬ └·└σ╡╟┴÷ ╛╩╜└┤╧┤┘.\n\
- ┴∩, ─│╜├ │╗┐δ└║ Netscape└╟ ╕╢┴÷╕╖ ╝╝╝╟┐í╝¡ ┤┘└╜ ╝╝╝╟└╕╖╬\n\
- └╠╛ε┴÷┴÷ ╛╩╜└┤╧┤┘.
-
- *cubeTooSmallMessage: \
- └╠╣╠┴÷╕ª ╡≡┤⌡╕╡(Dithering)╟╥ ╢º ╗τ┐δ╡╟┤┬ └░╕Θ├╝┐í┤┬\n\
- %d░│└╟ ╝┐╕╕└╗ ╟╥┤τ╟╥ ╝÷ └╓╜└┤╧┤┘. ▒╫ ░ß░· └╠╣╠┴÷└╟\n\
- ╟░┴·└║ ╢│╛ε┴²┤╧┤┘.\n\
- \n\
- └╠╣╠┴÷└╟ ╟░┴·└╗ ┐├╕▒ ╝÷ └╓┤┬ ╟╤ ╣µ╣²└║ ╗÷└╗ ╕╣└╠\n\
- ╗τ┐δ╟╧┤┬ └└┐δ ╟┴╖╬▒╫╖Ñ└╗ ┴╛╖ß╟╧░φ Netscape└╗(╕ª)\n\
- ┤┘╜├ ╜├└█╟╧┤┬ ░═└╘┤╧┤┘.\n\
- \n\
- ┤┘╕Ñ ╣µ╣²└║ Netscape└╗(╕ª) ╕φ╖╔╛ε ┴┘ ┐╔╝╟└╬ `-install'╖╬\n\
- ╜├└█╟╧┤┬ ░═└╘┤╧┤┘. └╠ ┐╔╝╟└║ ░│└╬ ╗÷╗≤╟Ñ╕ª ╗τ┐δ╟╧╡╡╖╧\n\
- ╟╒┤╧┤┘. └╠ ░µ┐∞ ╛ε╢▓ ╜├╜║┼█┐í╝¡ │¬┼╕│¬┤┬ ┤▄┴í└║\n\
- ┤┘╕Ñ └⌐╡╡┐∞╖╬ ╕╢┐∞╜║░í └╠╡┐╟╥ ╢º ╚¡╕Θ└╠ ╣°┬╜╟╧╕Θ╝¡\n\
- ╗÷╗≤╟Ñ░í ╣┘▓ε┤┬ ░═└╘┤╧┤┘.
-
- *renameInitFilesMessage: \
- └╠└ⁿ ╣÷└ⁿ Netscape└╟ ╚»░µ╝│┴ñ ╞─└╧└╠ └╓╜└┤╧┤┘.\n\
- ╟÷└τ ╣÷└ⁿ└╟ Netscape╡╡ ░░└║ ╟ⁿ╜─└╗ ╗τ┐δ╟╒┤╧┤┘╕╕\n\
- ╞─└╧ └╠╕º└╠ ╣┘▓ε╛·╜└┤╧┤┘. └╠└ⁿ ╣÷└ⁿ ╞─└╧└╟\n\
- └╠╕º└╗ ┴÷▒▌ ╣┘▓▄▒ε┐Σ?
-
- *unsentMailMessage: \
- ║╕│╗┴÷ ╛╩└║ ╕▐└╧ ╕▐╜├┴÷░í └╓╜└┤╧┤┘. ╕▐╜├┴÷╕ª ║╕│╗┴÷ ╛╩░φ ┴╛╖ß╟╥▒ε┐Σ?
-
- *binaryDocumentMessage: \
- └╠ ╣«╝¡┤┬ └╠┴° ╡Ñ└╠┼╕└╠╣╟╖╬ ╝╥╜║╕ª ║╝ ╝÷ ╛°╜└┤╧┤┘.
-
- ! For Helper App Editor - Delete
- *helperAppDeleteMessage: \
- └╠ MIME ╟ⁿ╜─└╗ ╗Φ┴ª╟╥▒ε┐Σ? ╛╒└╕╖╬ └╠ ╟ⁿ╜─└╟ ╞─└╧└║\n\
- Netscape ╟├╖»▒╫└╬└╠│¬ ║╕┴╢ ╟┴╖╬▒╫╖Ñ└╗ └╠┐δ╟╧┐⌐\n\
- ├│╕«╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- !=============================================================================
- !*preeditType: root
- !*Netscape.preeditType: overthespot
-
- ! default titles for the TopLevelShell widgets.
- ! note that the title and icon title of Navigator windows are
- ! changed at runtime; these resources won't override that.
- *title: Netscape
- *iconName: Netscape
- *Navigator.title: Netscape Navigator 3.01S
- *Mail.title: Netscape ╕▐└╧
- *Mail.iconName: ╕▐└╧
- *Mail*preeditType:none
- *News.title: Netscape ┤║╜║
- *News.iconName: ┤║╜║
- *News*preeditType:none
- *Download.title: Netscape ┤┘┐ε╖╬╡σ
- *Download.iconName: ┤┘┐ε╖╬╡σ
- *Composition.title: Netscape ╕▐╜├┴÷ └█╝║
- *Composition.iconName: ╕▐╜├┴÷ └█╝║
- *Bookmark.title: Netscape: ├Ñ░Ñ╟╟
- *Bookmark.iconName: ├Ñ░Ñ╟╟
- *AddressBook.title: Netscape: ┴╓╝╥╖╧
- *AddressBook.iconName: ┴╓╝╥╖╧
- *Editor.title: Netscape: ╞φ┴²▒Γ
- *Editor.iconName: ╞φ┴²▒Γ
-
- *popup.title.labelString: Netscape ╕φ╖╔:
- *popup.back.labelString: ╡┌╖╬
- *popup.back.mnemonic: B
- *popup.forward.labelString: ╛╒└╕╖╬
- *popup.forward.mnemonic: F
- *popup.home.labelString: Ȩ
- *popup.showMenubar.labelString: ╕▐┤║ ╟Ñ╜├
- *popup.showMenubar.mnemonic: M
- *popup.openURL.labelString: └╠ ╕╡┼⌐ ┐¡▒Γ
- *popup.openURL.mnemonic: O
- *popup.addURLBookmark.labelString: ├Ñ░Ñ╟╟┐í ╕╡┼⌐ ├▀░í
- *popup.addURLBookmark.mnemonic: A
- *popup.openURLNewWindow.labelString: └╠ ╕╡┼⌐╖╬ ╗⌡ ├ó ┐¡▒Γ
- *popup.openURLNewWindow.mnemonic: N
- *popup.saveURL.labelString: ╕╡┼⌐╕ª ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
- *popup.saveURL.mnemonic: S
- *popup.copyURLToClip.labelString: ╕╡┼⌐ └º─í╕ª ┼¼╕│║╕╡σ┐í ║╣╗τ
- *popup.copyURLToClip.mnemonic: C
- *popup.openImage.labelString: └╠╣╠┴÷ ┐¡▒Γ
- *popup.openImage.mnemonic: I
- *popup.saveImage.labelString: └╠╣╠┴÷╕ª ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
- *popup.saveImage.mnemonic: V
- *popup.copyImageURLToClip.labelString: └╠╣╠┴÷ └º─í ║╣╗τ
- *popup.copyImageURLToClip.mnemonic: p
- *popup.loadDelayedImage.labelString: └╠╣╠┴÷ └╨▒Γ
- *popup*back.acceleratorText: Ctrl+Left
- *popup*forward.acceleratorText: Ctrl+Right
- *popup*saveURL.acceleratorText: Shift+Button1
- *popup*openURL.acceleratorText: Button1
- *popup*openURLNewWindow.acceleratorText:Button2
- *popup.XmPushButtonGadget.marginLeft: 5
- *popup.XmPushButtonGadget.marginRight: 5
- *popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
- *popup.separator0.separatorType: SHADOW_ETCHED_IN
- *popup.separator1.separatorType: SHADOW_ETCHED_IN
- *popup.separator2.height: 5
- *popup.separator2.separatorType: NO_LINE
- *popup.separator3.separatorType: SHADOW_ETCHED_IN
- *popup.separator4.separatorType: SHADOW_ETCHED_IN
- *popup.separator5.separatorType: SHADOW_ETCHED_IN
-
- !
- ! Convert from old version file formats
- *convertQuestion_popup*OK.labelString: ┐╛ ╝│┴ñ ╞─└╧ ╗Φ┴ª
- *convertQuestion_popup*Cancel.labelString: ┐╛ ╝│┴ñ ╞─└╧ ║╕░ⁿ
-
- !
- ! Convert from old version file formats
- *sendNow_popup*OK.labelString: ┐╣
- *sendNow_popup*Cancel.labelString: ╛╞┤╧┐└
-
-
- ! Mail/News popup menus
- !
- *Mail*popup.title.labelString: Netscape ╕▐└╧
- *News*popup.title.labelString: Netscape ┤║╜║
-
- ! News open News host dialog
- !
- *News*openNewsHost.title: Netscape: ╗⌡ ┤║╜║ ╝¡╣÷ ┐¼░ß
- *News*openNewsHost*selectionLabelString: \
- ┐¼░ß╟╥ ┤║╜║ ╝¡╣÷└╟ └╠╕º░· ╞≈╞«╕ª └╘╖┬:
- *News*openNewsHost*hostLabel.labelString: ┤║╜║ ╝¡╣÷:
- *News*openNewsHost*hostLabel.alignment: ALIGNMENT_END
- *News*openNewsHost*portLabel.labelString: ╞≈╞«:
- *News*openNewsHost*portLabel.leftOffset: 10
- *News*openNewsHost*portLabel.alignment: ALIGNMENT_END
- *News*openNewsHost*secure.labelString: ║╕╛╚
- *News*openNewsHost*secure.topOffset: 10
- *News*openNewsHost*portText.columns: 5
-
- *history_popup.title: Netscape: ╣µ╣« ▒Γ╖╧
- *history_popup*listLabelString: └╠└ⁿ ╣µ╣« ▒Γ╖╧...
- *history_popup*OK.labelString: ├ú╛╞░í▒Γ
- *history_popup*OkLabelString: ├ú╛╞░í▒Γ
- *history_popup*Cancel.labelString: ┤▌▒Γ
- *history_popup*CancelLabelString: ┤▌▒Γ
- *history_popup*Apply.labelString: ├Ñ░Ñ╟╟ └█╝║
- *history_popup*ApplyLabelString: ├Ñ░Ñ╟╟ └█╝║
-
- *source_popup.title: Netscape: ╝╥╜║ ║╕▒Γ
- *source_popup*save.labelString: └·└σ...
- *source_popup*OK.labelString: ┐╣
- *source_popup*text.editable: False
- *source_popup*text.cursorPositionVisible: False
- *source_popup*text.wordWrap: True
- *source_popup*text.scrollHorizontal: False
- *source_popup*urlLabel.labelString: └º─í:
- *source_popup*titleLabel.labelString: ┴ª╕±:
- *source_popup*titleLabel.leftOffset: 0
- *source_popup*titleLabel.rightOffset: 4
- *source_popup*titleLabel.alignment: ALIGNMENT_END
- *source_popup*urlLabel.topOffset: 0
- *source_popup*urlLabel.leftOffset: 0
- *source_popup*urlLabel.rightOffset: 4
- *source_popup*urlLabel.alignment: ALIGNMENT_END
- *source_popup*titleText.leftOffset: 0
- *source_popup*titleText.rightOffset: 0
- *source_popup*urlText.leftOffset: 0
- *source_popup*urlText.rightOffset: 0
- *source_popup*text.leftOffset: 0
- *source_popup*text.rightOffset: 0
- *source_popup*XmScrolledWindow.topOffset: 8
- *source_popup*text.columns: 80
- *source_popup*text.rows: 20
-
- *docinfo_popup.title: Netscape: ╣«╝¡ ┴ñ║╕
- *docinfo_popup*OK.labelString: OK
- *docinfo_popup*titleLabel.labelString: ┴ª╕±:
- *docinfo_popup*urlLabel.labelString: └º─í:
- *docinfo_popup*modifiedLabel.labelString: ├╓┴╛ ║»░µ:
- *docinfo_popup*sourceLabel.labelString: ╝╥╜║:
- *docinfo_popup*charsetLabel.labelString: └╬─┌╡∙:
- *docinfo_popup*dpyLabel.labelString: ║±┴╓╛≤:
- *docinfo_popup*securityFrame.label.labelString: ║╕╛╚ ┴ñ║╕
- *docinfo_popup*certificateLabel.labelString: ╝¡╣÷ └╬┴⌡╝¡:
- *docinfo_popup*certificateText.columns: 60
- *docinfo_popup*certificateText.rows: 6
- *docinfo_popup*certificateText.wordWrap: True
- *docinfo_popup*certificateText.scrollHorizontal:False
- *docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
- *docinfo_popup*scrollingPolicy: AUTOMATIC
- *docinfo_popup*securityText.wordWrap: True
- *docinfo_popup*securityText.scrollHorizontal: False
- *docinfo_popup*urlLabel.topOffset: 0
- *docinfo_popup*urlLabel.leftOffset: 0
- *docinfo_popup*urlLabel.rightOffset: 4
- *docinfo_popup*urlLabel.alignment: ALIGNMENT_END
- *docinfo_popup*titleLabel.leftOffset: 0
- *docinfo_popup*titleLabel.rightOffset: 4
- *docinfo_popup*titleLabel.alignment: ALIGNMENT_END
- *docinfo_popup*modifiedLabel.topOffset: 0
- *docinfo_popup*modifiedLabel.leftOffset: 0
- *docinfo_popup*modifiedLabel.rightOffset: 4
- *docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
- *docinfo_popup*charsetLabel.topOffset: 0
- *docinfo_popup*charsetLabel.leftOffset: 0
- *docinfo_popup*charsetLabel.rightOffset: 4
- *docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
- *docinfo_popup*sourceLabel.topOffset: 0
- *docinfo_popup*sourceLabel.leftOffset: 0
- *docinfo_popup*sourceLabel.rightOffset: 4
- *docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
- ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
- *docinfo_popup*dpyLabel.topOffset: 5
- *docinfo_popup*dpyLabel.leftOffset: 0
- *docinfo_popup*dpyLabel.rightOffset: 4
- *docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
- *docinfo_popup*dpyText.rows: 3
- *docinfo_popup*dpyText.columns: 48
- *docinfo_popup*titleText.columns: 40
- *docinfo_popup*securityFrame.topOffset: 10
- *docinfo_popup*keyDescLabel.leftOffset: 14
- *docinfo_popup*keyDescLabel.rightOffset: 14
- *docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*certificateLabel.leftOffset: 10
- *docinfo_popup*certificateLabel.rightOffset: 10
- *docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*securityLabel.leftOffset: 14
- *docinfo_popup*securityLabel.rightOffset: 14
- *docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*XmScrolledWindow.leftOffset: 10
- *docinfo_popup*XmScrolledWindow.rightOffset: 10
-
- *docinfo*noSecurityMessage:\
- └╠ ╣÷└ⁿ└╟ Netscape└║ ║╕╛╚▒Γ┤╔└╗ ░«░φ └╓┴÷ ╛╩╜└┤╧┤┘.
-
- *docinfo*securityLabel.labelString:\
- ║╕╛╚▒Γ┤╔└║ ╝¡╣÷ └╬┴⌡, ╛╧╚ú╚¡╕ª ┼δ╟╤ ░│└╬ ┴ñ║╕ ║╕╚ú, └┌╖ß└╟ ╣½░ß╝║ ╡ε░· ╟╘▓▓\n\
- ╣▐╛╞║╕┤┬ └╬┼═│▌ ╣«╝¡┐═ ║╕│╗┤┬ ┴ñ║╕╕ª ║╕╚ú╟╒┤╧┤┘. ╣«╝¡└╟ ║╕╛╚ ╗≤┼┬┤┬ ╗≤┼┬┴┘└╟\n\
- ┐¡╝Φ( ┐¼░ß ╚ñ└║ ▓≈╛ε┴ⁿ)│¬ ╟Ñ╜├ ├ó└╟ └º┐í └╓┤┬ ║╕╛╚╗÷┴┘( ╞─╢⌡╗÷└║ ╛╚└ⁿ╟╘└╗\n\
- ╚╕╗÷└║ ║╥╛╚└ⁿ╟╘└╗ │¬┼┬│┐)└╗ ║╕░φ ╛╦ ╝÷ └╓╜└┤╧┤┘. ╛╚│╗╝¡└╟ ║╕╛╚╝│╕φ║╬║╨└╗\n\
- └┌╝╝╚≈ └╨╛ε║╕╕Θ ┤⌡ ╕╣└║ ┴ñ║╕╕ª ╛≥└╗ ╝÷ └╓╜└┤╧┤┘.
-
-
- *bmPreferences_popup.title: Netscape: ├Ñ░Ñ╟╟
- *bmPreferences_popup*frame1label.labelString: ├Ñ░Ñ╟╟ ├▀░í
- *bmPreferences_popup*frame2label.labelString: ├Ñ░Ñ╟╟ ╕▐┤║
- *bmPreferences_popup*addbm_option.labelString: \
- ╕╙╕«╕╗┐í └╠ ├Ñ░Ñ╟╟ ├▀░í
- *bmPreferences_popup*bmmenu_option.labelString: \
- └╠ ╕╙╕«╕╗└╗ ├Ñ░Ñ╟╟ ╕▐┤║┐í╝¡ ║╕▒Γ
- *bmPreferences_popup*addbm_default.labelString: ├╓╗≤└º ╖╣║º┐í ├▀░í
- *bmPreferences_popup*bmmenu_default.labelString: ├╓╗≤└º ╕╙╕«╕╗
-
- *bookmarksWhatsChanged*button_0.labelString: ╕≡╡τ ├Ñ░Ñ╟╟
- *bookmarksWhatsChanged*button_1.labelString: ╝▒┼├╟╤ ├Ñ░Ñ╟╟
- *bookmarksWhatsChanged*start.labelString: ╜├└█
- *bookmarksWhatsChanged*cancel.labelString: ├δ╝╥
- *bookmarksWhatsChanged*title.labelString: ║»░µ╡╚ ░═└║?
- *bookmarksWhatsChanged.width: 400
- *bookmarksWhatsChanged.minWidth: 400
- *bookmarksWhatsChanged.maxWidth: 400
- *bookmarksWhatsChanged.height: 300
- *bookmarksWhatsChanged.minHeight: 300
- *bookmarksWhatsChanged.maxHeight: 300
-
- *mailto_field*fromLabel.labelString: ╣▀╜┼(From):
- *mailto_field*replyToLabel.labelString: ╣▀╜┼(Reply To):
- *mailto_field*toLabel.labelString: ╝÷╜┼(Mail To):
- *mailto_field*ccLabel.labelString: ┬ⁿ┴╢(Mail CC):
- *mailto_field*bccLabel.labelString: ╝√└║ ┬ⁿ┴╢(Mail BCC):
- *mailto_field*fccLabel.labelString: ╞─└╧ ┬ⁿ┴╢(File CC):
- *mailto_field*newsgroupsLabel.labelString: ┤║╜║ ▒╫╖∞(Newsgroups):
- *mailto_field*followupToLabel.labelString: ┤Σ└σ ╣▐└╗ ┤║╜║ ▒╫╖∞(Followup To):
- *mailto_field*subjectLabel.labelString: ┴ª╕±(Subject):
- *mailto_field*attachmentsLabel.labelString: ├╖║╬(Attachment):
- *mailto_field*attachButton.labelString: ├╖║╬
- *mailto_field*browseButton.labelString: ├ú╛╞░í▒Γ
- *mailto_bodyText.wordWrap: True
- *mailto_bodyText.scrollHorizontal: False
- *mailto_field*attachButton.marginWidth: 10
- *mailto_field*fromLabel.alignment: ALIGNMENT_END
- *mailto_field*replyToLabel.alignment: ALIGNMENT_END
- *mailto_field*toLabel.alignment: ALIGNMENT_END
- *mailto_field*ccLabel.alignment: ALIGNMENT_END
- *mailto_field*bccLabel.alignment: ALIGNMENT_END
- *mailto_field*fccLabel.alignment: ALIGNMENT_END
- *mailto_field*newsgroupsLabel.alignment: ALIGNMENT_END
- *mailto_field*followupToLabel.alignment: ALIGNMENT_END
- *mailto_field*subjectLabel.alignment: ALIGNMENT_END
- *mailto_field*attachmentsLabel.alignment: ALIGNMENT_END
-
- ! This is 72 rather than 79 or 80 because the width of the window controls
- ! when word wrapping should occur; the Motif text area has no mechanism for
- ! wrapping at a column other than the last one. So, if we want a fill-column
- ! of N, the window must be N wide. Note that wrapping must occur before 80:
- ! sending out lines with 80 characters on them is antisocial, as many programs
- ! and terminals (including emacs) can only display 79 characters without
- ! wrapping. Wrapping at 72 is better than wrapping at 79 because it leaves
- ! room for further followups to quote the lines with ">" without causing
- ! lines to wrap.
- !
- ! Note that, in the composition window, lines beginning with ">" will not
- ! be wrapped at all, despite the appearance on the screen. So just because
- ! it looks like the quoted text has been mangled, doesn't mean it has.
- !
- *mailto_bodyText.columns: 72
- *mailto_bodyText.rows: 15
-
-
- ! Some people just aren't too hip.
- !*defaultMailtoText: Hey, check out this cool URL:\n\n
-
- *attach_popup.title: Netscape: ╣«╝¡ ├╖║╬
- *attach_popup*attach.Cancel.labelString: ├δ╝╥
- *attach_popup*list.visibleItemCount: 10
- *attach_popup*messagebox.bottomOffset: 50
- *attach_popup*attachLocation.labelString: └º─í (URL) ├╖║╬...
- *attach_popup*attachFile.labelString: ╞─└╧ ├╖║╬...
- *attach_popup*delete.labelString: ╗Φ┴ª
- *attach_popup*label.labelString: ├╖║╬:
- *attach_popup*sourceToggle.labelString: ▒╫┤δ╖╬
- *attach_popup*textToggle.labelString: └╧╣▌ ┼╪╜║╞«╖╬ ║»╚»
- *attach_popup*postscriptToggle.labelString: ╞≈╜║╞«╜║┼⌐╕│╞«╖╬ ║»╚»
- *attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
- *attach_popup*indicatorType: ONE_OF_MANY
- *attach_popup*attachLocation.bottomOffset: 10
- *attach_popup*label.bottomOffset: 10
- *attach_popup*sourceToggle.leftOffset: 10
- *attach_popup*textToggle.leftOffset: 10
- *attach_popup*postscriptToggle.leftOffset: 10
-
- *location_popup.title: Netscape: URL ├╖║╬
- *location_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
- *location_popup*label.labelString: ├╖║╬ └º─í:
- *location_popup*locationLabel.labelString: └º─í (URL):
- *location_popup*locationText.columns: 40
- *location_popup*locationText.leftOffset: 20
-
- *formatType*none.labelString: ├╖║╬╛°└╜
- *formatType*text.labelString: ┼╪╜║╞«
- *formatType*formattedText.labelString: ╟ⁿ╜─└╓┤┬ ┼╪╜║╞«
- *formatType*html.labelString: ╝╥╜║
- *formatType*tree.labelString: ╝╥╜║ ╣╫ └╠╣╠┴÷
- *formatType*ps.labelString: ╞≈╜║╞«╜║┼⌐╕│╞«
- *formatType*url.labelString: URL╕╕ ║╕│┐
-
- ! ============================== Preferences ================================
-
- ! Resources for top-level
-
- *general_prefs_popup.title: Netscape: └╧╣▌ ╚»░µ╝│┴ñ
- *general_prefs*OkLabelString: ╚«└╬
- *general_prefs*Apply.labelString: ├δ╝╥
- *general_prefs*ApplyLabelString: ├δ╝╥
- *general_prefs*Cancel.labelString: ▒Γ║╗░¬
- *general_prefs*CancelLabelString: ▒Γ║╗░¬
- !*general_prefs_popup*preeditType: none
-
- *mailnews_prefs_popup.title: Netscape: ╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ
- *mailnews_prefs*OkLabelString: ╚«└╬
- *mailnews_prefs*Apply.labelString: ├δ╝╥
- *mailnews_prefs*ApplyLabelString: ├δ╝╥
- *mailnews_prefs*Cancel.labelString: ▒Γ║╗░¬
- *mailnews_prefs*CancelLabelString: ▒Γ║╗░¬
- !*mailnews_prefs_popup*preeditType: none
-
- *network_prefs_popup.title: Netscape: │╫╞«┐÷┼⌐ ╚»░µ╝│┴ñ
- *network_prefs*OkLabelString: ╚«└╬
- *network_prefs*Apply.labelString: ├δ╝╥
- *network_prefs*ApplyLabelString: ├δ╝╥
- *network_prefs*Cancel.labelString: ▒Γ║╗░¬
- *network_prefs*CancelLabelString: ▒Γ║╗░¬
- !*network_prefs_popup*preeditType: none
-
- *security_prefs_popup.title: Netscape: ║╕╛╚ ╚»░µ╝│┴ñ
- *security_prefs*OkLabelString: ╚«└╬
- *security_prefs*Apply.labelString: ├δ╝╥
- *security_prefs*ApplyLabelString: ├δ╝╥
- *security_prefs*Cancel.labelString: ▒Γ║╗░¬
- *security_prefs*CancelLabelString: ▒Γ║╗░¬
- !*security_prefs_popup*preeditType: none
-
- ! Preferences: Applications
- !
- *general_prefs*appsFrame*appsBoxLabel.labelString: └└┐δ ╟┴╖╬▒╫╖Ñ
- *general_prefs*appsFrame.topOffset: 10
- *general_prefs*appsFrame.leftOffset: 10
- *general_prefs*appsFrame.rightOffset: 10
- *general_prefs*appsFrame.bottomOffset: 10
- *general_prefs*appsFrame*telnetLabel.labelString: Telnet ╟┴╖╬▒╫╖Ñ:
- *general_prefs*appsFrame*tn3270Label.labelString: TN3270 ╟┴╖╬▒╫╖Ñ:
- *general_prefs*appsFrame*rloginLabel.labelString: Rlogin ╟┴╖╬▒╫╖Ñ:
- *general_prefs*appsFrame*rloginUserLabel.labelString: Rlogin ╗τ┐δ└┌╕φ:
- *general_prefs*appsFrame*appsFrame.topOffset: 10
- *general_prefs*appsFrame*rloginUserText.bottomOffset: 10
- *general_prefs*appsFrame*XmLabel.alignment: ALIGNMENT_END
- *general_prefs*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*appsFrame*telnetText.rightOffset: 10
-
- *general_prefs*appsFrame*tmpLabel.labelString: └╙╜├ ╡≡╖║┼Σ╕«:
- *general_prefs*appsFrame*tmpBrowse.labelString: ├ú╛╞║╕▒Γ...
- *general_prefs*appsFrame*tmpText.bottomOffset: 10
- *general_prefs*appsFrame*tmpText.rightOffset: 10
- *general_prefs*appsFrame*tmpBrowse.rightOffset: 10
-
- ! Preferences: Cache
- !
- *network_prefs*cacheFrame*cacheBoxLabel.labelString: ─│╜├
- *network_prefs*cacheFrame.topOffset: 10
- *network_prefs*cacheFrame.leftOffset: 10
- *network_prefs*cacheFrame.rightOffset: 10
- *network_prefs*cacheFrame.bottomOffset: 10
- *network_prefs*cacheFrame*memoryLabel.labelString: ╕▐╕≡╕« ─│╜├:
- *network_prefs*cacheFrame*diskLabel.labelString: ╡≡╜║┼⌐ ─│╜├:
- *network_prefs*cacheFrame*dirLabel.labelString: ╡≡╜║┼⌐ ─│╜├ ╡≡╖║┼Σ╕«:
- *network_prefs*cacheFrame*verifyLabel.labelString: ╣«╝¡ ╚«└╬:
- *network_prefs*cacheFrame*onceToggle.labelString: ╝╝╝╟┤τ ╟╤╣°
- *network_prefs*cacheFrame*everyToggle.labelString: ╟╫╗≤
- *network_prefs*cacheFrame*expiredToggle.labelString: ╛╚╟╘
- *network_prefs*cacheFrame*cacheSSLToggle.labelString: \
- SSL└╗ ┼δ╟╪ ╛≥└║ ╞Σ└╠┴÷└╟ ┐╡▒╕└√└╬ ─│╜├ ╟π┐δ
- *network_prefs*cacheFrame*cacheSSLToggle.indicatorType: XmN_OF_MANY
- *network_prefs*cacheFrame*browse.labelString: ├ú╛╞║╕▒Γ...
- *network_prefs*cacheFrame*k.labelString: ┼│╖╬╣┘└╠╞«
- *network_prefs*cacheFrame*memClear.labelString: ╕▐╕≡╕« ─│╜├ ╗Φ┴ª
- *network_prefs*cacheFrame*diskClear.labelString: ╡≡╜║┼⌐ ─│╜├ ╗Φ┴ª
- *network_prefs*cacheFrame*memoryText.columns: 6
- *network_prefs*cacheFrame*diskText.columns: 6
- *network_prefs*cacheFrame*cacheDirText.columns: 15
- *network_prefs*cacheFrame*alignment: ALIGNMENT_BEGINNING
- *network_prefs*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*diskLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*dirLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*memClear.leftOffset: 25
- *network_prefs*cacheFrame*diskClear.leftOffset: 25
- *network_prefs*cacheFrame*browse.rightOffset: 10
- *network_prefs*cacheFrame*browse.bottomOffset: 10
- *network_prefs*cacheFrame*memoryText.bottomOffset: 10
- *network_prefs*cacheFrame*onceToggle.bottomOffset: 10
- *network_prefs*cacheFrame*cacheDirText.bottomOffset: 10
- *network_prefs*cacheFrame*indicatorType: ONE_OF_MANY
- *network_prefs*cacheFrame*browse.marginWidth: 10
- *network_prefs*cacheFrame*memClear.marginWidth: 10
- *network_prefs*cacheFrame*diskClear.marginWidth: 10
-
- ! Preferences: Colors
- !
-
- ! Preferences: Composition
- !
- *mailnews_prefs*XmFrame.XmLabel.leftOffset: 10
- *mailnews_prefs*XmFrame.XmLabel.topOffset: -4
- *mailnews_prefs*XmFrame.topOffset: 10
- *mailnews_prefs*XmFrame.leftOffset: 10
- *mailnews_prefs*XmFrame.rightOffset: 10
- *mailnews_prefs*XmFrame.bottomOffset: 10
-
- *mailnews_prefs*composeFrame*composeBoxLabel.labelString: \
- ╕▐└╧ ╣╫ ┤║╜║ ╕▐╜├┴÷ └█╝║╜├
- *mailnews_prefs*composeFrame*8bitLabel.labelString: ║╕│╗▒Γ ╣╫ ┐├╕«▒Γ:
- *mailnews_prefs*composeFrame*8bitToggle.labelString: 8-║±╞« ╟π┐δ
- *mailnews_prefs*composeFrame*8bitToggle.bottomOffset: 4
- *mailnews_prefs*composeFrame*qpToggle.labelString:\
- MIME ┴╪╝÷(Quoted Printable)
- *mailnews_prefs*composeFrame*8bitToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*qpToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*deliverLabel.labelString: ╕▐└╧ ║╕│╗▒Γ:
- *mailnews_prefs*composeFrame*deliverAutoToggle.labelString: └┌╡┐
- *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*deliverQToggle.labelString: \
- ╝÷╡┐ ╣Φ┤▐└╗ └º╟╪ ┤δ▒Γ
- *mailnews_prefs*composeFrame*deliverQToggle.indicatorType: ONE_OF_MANY
-
- *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString: \
- ║╕│╗┤┬ ╕▐╜├┴÷╕ª ╟╫╗≤ ┤┘└╜ ┴╓╝╥╖╬ ╟╤╣° ┤⌡ ║╕│┐:
- *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString: ╕▐└╧ ╕▐╜├┴÷:
- *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString: └┌╜┼
- *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString: ▒Γ┼╕ ┴╓╝╥:
- *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString: ┤║╜║ ╕▐╜├┴÷:
- *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString: └┌╜┼
- *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString: ▒Γ┼╕ ┴╓╝╥:
-
- *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset: 10
- *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset: 10
- *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset: 10
-
- *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString: \
- ║╕│╗┤┬ ╕▐╜├┴÷╕ª ╟╫╗≤ ┤┘└╜╞─└╧┐í ├▀░í:
- *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString: ╕▐└╧ ╕▐╜├┴÷:
- *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString: ┤║╜║ ╕▐╜├┴÷:
- *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString: ├ú╛╞║╕▒Γ...
- *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString: ├ú╛╞║╕▒Γ...
-
- *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset: 10
- *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset: 10
-
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset: 10
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
-
- ! Preferences: Servers
- !
- *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: ║╕│╗┤┬ ╕▐└╧
- *mailnews_prefs*outMailFrame.topOffset: 10
- *mailnews_prefs*outMailFrame.leftOffset: 10
- *mailnews_prefs*outMailFrame.rightOffset: 10
- *mailnews_prefs*outMailFrame.bottomOffset: 10
- *mailnews_prefs*outMailFrame*smtpText.topOffset: 10
- *mailnews_prefs*outMailFrame*smtpText.rightOffset: 10
- *mailnews_prefs*outMailFrame*smtpLabel.labelString: SMTP ╝¡╣÷:
-
- *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString: ╣▐┤┬ ╕▐└╧
- *mailnews_prefs*inMailFrame.topOffset: 10
- *mailnews_prefs*inMailFrame.leftOffset: 10
- *mailnews_prefs*inMailFrame.rightOffset: 10
- *mailnews_prefs*inMailFrame.bottomOffset: 10
- *mailnews_prefs*inMailFrame.mailFrame.topOffset: 10
- *mailnews_prefs*inMailFrame*limitLabel.labelString: ├╓┤δ ╕▐╜├┴÷ ┼⌐▒Γ:
- *mailnews_prefs*inMailFrame*msgLabel.labelString: └ⁿ┤▐ ╚─:
- *mailnews_prefs*inMailFrame*checkLabel.labelString: ╕▐└╧ ┴í░╦:
- *mailnews_prefs*inMailFrame*movemailLabel.labelString: Movemail ╟┴╖╬▒╫╖Ñ:
- *mailnews_prefs*inMailFrame*movemailText.rightOffset: 10
- *mailnews_prefs*inMailFrame*movemailText.bottomOffset: 10
- *mailnews_prefs*inMailFrame*movemailBrowse.labelString: ├ú╛╞║╕▒Γ...
- *mailnews_prefs*inMailFrame*userLabel.labelString: ╗τ┐δ└┌╕φ:
- *mailnews_prefs*inMailFrame*userText.rightOffset: 10
- *mailnews_prefs*inMailFrame*srvrLabel.labelString: ╝¡╣÷:
- *mailnews_prefs*inMailFrame*srvrText.topOffset: 10
- *mailnews_prefs*inMailFrame*srvrText.rightOffset: 10
- *mailnews_prefs*inMailFrame*sysLabel.labelString: ╕▐└╧ ╜├╜║┼█:
- *mailnews_prefs*inMailFrame*noLimit.labelString: ╛°└╜
- *mailnews_prefs*inMailFrame*msgLimit.labelString: ├╓┤δ ╕▐╜├┴÷ ┼⌐▒Γ:
- *mailnews_prefs*inMailFrame*limitSuffix.labelString: ╣┘└╠╞«
- *mailnews_prefs*inMailFrame*checkSuffix.labelString: ║╨╕╢┤┘
- *mailnews_prefs*inMailFrame*msgRemove.labelString: ╝¡╣÷┐í╝¡ ╗Φ┴ª
- *mailnews_prefs*inMailFrame*msgLeave.labelString: ╝¡╣÷┐í │▓▒Φ
- *mailnews_prefs*inMailFrame*checkEvery.labelString: ╕┼
- *mailnews_prefs*inMailFrame*checkEvery.bottomOffset: 10
- *mailnews_prefs*inMailFrame*checkNever.labelString: ╛╚╟╘
- *mailnews_prefs*inMailFrame*checkText.columns: 3
- *mailnews_prefs*inMailFrame*mailDirLabel.labelString: ╕▐└╧ ╡≡╖║┼Σ╕«:
- *mailnews_prefs*inMailFrame*mailDirText.bottomOffset: 10
- *mailnews_prefs*inMailFrame*mailDirBrowse.labelString: ├ú╛╞║╕▒Γ...
- *mailnews_prefs*inMailFrame*limitText.columns: 5
- *mailnews_prefs*inMailFrame*externalToggle.labelString: ┐▄║╬ Movemail:
- *mailnews_prefs*inMailFrame*builtinToggle.labelString: │╗└σ Movemail
- *mailnews_prefs*inMailFrame*popToggle.labelString: POP3:
- *mailnews_prefs*inMailFrame*popToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*moveToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*builtinToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*inMailFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
- *mailnews_prefs*inMailFrame*indicatorType: ONE_OF_MANY
-
- !*mailnews_prefs*inMailFrame*tmpLabel.labelString:
- !*mailnews_prefs*inMailFrame*bookLabel.labelString:
-
- ! Preferences: Fonts
- !
- *general_prefs*fontsFrame*fontsBoxLabel.labelString: ▒█▓├/└╬─┌╡∙
- *general_prefs*fontsFrame.topOffset: 10
- *general_prefs*fontsFrame.leftOffset: 10
- *general_prefs*fontsFrame.rightOffset: 10
- *general_prefs*fontsFrame.bottomOffset: 10
- *general_prefs*fontsFrame*encodingLabel.labelString: └╬─┌╡∙:
- *general_prefs*fontsFrame*proportionalLabel.labelString: \
- ║±╖╩ ▒█▓├ ╗τ┐δ:
- *general_prefs*fontsFrame*propSizeLabel.labelString: ┼⌐▒Γ:
- *general_prefs*fontsFrame*propSizeToggle.labelString: ╚«┤δ/├α╝╥ ╟π┐δ
- *general_prefs*fontsFrame*fixedLabel.labelString: ░φ┴ñ╞° ▒█▓├ ╗τ┐δ:
- *general_prefs*fontsFrame*fixedSizeLabel.labelString: ┼⌐▒Γ:
- *general_prefs*fontsFrame*fixedSizeToggle.labelString: ╚«┤δ/├α╝╥ ╟π┐δ
- *general_prefs*fontsFrame*0.labelString: Any
- *general_prefs*fontsFrame*encodingLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*encodingLabel.topOffset: 10
- *general_prefs*fontsFrame*proportionalLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*propSizeField.columns: 5
- *general_prefs*fontsFrame*propSizeField.rightOffset: 10
- *general_prefs*fontsFrame*fixedLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*fixedSizeField.columns: 5
- *general_prefs*fontsFrame*fixedSizeField.rightOffset: 10
-
- ! Preferences: Appearance (Mail & News)
- !
- *mailnews_prefs*msgFrame*msgBoxLabel.labelString: ╕▐╜├┴÷ ╜║┼╕└╧
- *mailnews_prefs*msgFrame.topOffset: 10
- *mailnews_prefs*msgFrame.leftOffset: 10
- *mailnews_prefs*msgFrame.rightOffset: 10
- *mailnews_prefs*msgFrame.bottomOffset: 10
- *mailnews_prefs*msgFrame*qstyleLabel.labelString: ┼╪╜║╞« ╜║┼╕└╧:
- *mailnews_prefs*msgFrame*qsizeLabel.labelString: ┼╪╜║╞« ┼⌐▒Γ:
- *mailnews_prefs*msgFrame*qcolorLabel.labelString: ┼╪╜║╞« ╗÷:
- *mailnews_prefs*msgFrame*quotedLabel.labelString: \
- └╬┐δ ┼╪╜║╞«('> '╖╬ ╜├└█╟╧┤┬ ┼╪╜║╞«)┤┬ ┤┘└╜ ╞»╝║└╗ ░«╜└┤╧┤┘.
- *mailnews_prefs*msgFrame*fixedLabel.labelString: \
- ╕▐╜├┴÷┐═ ▒Γ╗τ ║╕└╠▒Γ
- *mailnews_prefs*msgFrame*qstyleLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*msgFrame*qsizeLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*msgFrame*qcolorLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*msgFrame*varMsgFont.labelString: ░í║»╞° ▒█▓├
- *mailnews_prefs*msgFrame*fixedMsgFont.labelString: ░φ┴ñ╞° ▒█▓├
- *mailnews_prefs*msgFrame*plain.labelString: ║╕┼δ
- *mailnews_prefs*msgFrame*normal.labelString: └╧╣▌
- *mailnews_prefs*msgFrame*bold.labelString: ║╝╡σ
- *mailnews_prefs*msgFrame*italic.labelString: └╠┼┌╕»
- *mailnews_prefs*msgFrame*boldItalic.labelString: ║╝╡σ └╠┼┌╕»
- *mailnews_prefs*msgFrame*bigger.labelString: ┤⌡ ┼⌐░╘
- *mailnews_prefs*msgFrame*smaller.labelString: ┤⌡ └█░╘
- *mailnews_prefs*msgFrame*qcolorText.columns: 20
- *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset: 10
- *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset: 10
- *mailnews_prefs*msgFrame*varMsgLabel.topOffset: 10
- *mailnews_prefs*msgFrame*varMsgLabel.leftOffset: 10
- *mailnews_prefs*msgFrame*plain.topOffset: 10
- *mailnews_prefs*msgFrame*indicatorType: ONE_OF_MANY
- *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset: 40
- *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset: 10
- *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType: N_OF_MANY
- *mailnews_prefs*autoQuoteToggle.labelString: \
- ┤Σ└σ╜├ └┌╡┐└╕╖╬ ┐°╖í ╕▐╜├┴÷ └╬┐δ
-
- *mailnews_prefs*layoutFrame*layoutBoxLabel.labelString: ├ó ╕≡╛τ
- !*mailnews_prefs*layoutFrame*topOffset: 10
- !*mailnews_prefs*layoutFrame*leftOffset: 10
- !*mailnews_prefs*layoutFrame*rightOffset: 10
- !*mailnews_prefs*layoutFrame*bottomOffset: 10
- *mailnews_prefs*layoutFrame*mPaneLabel.labelString: ╕▐└╧:
- *mailnews_prefs*layoutFrame*mHoriz.labelString: ╝÷╞≥ │¬┤⌐▒Γ
- *mailnews_prefs*layoutFrame*mVert.labelString: ╝÷┴≈ │¬┤⌐▒Γ
- *mailnews_prefs*layoutFrame*mStack.labelString: ╜║┼├
- *mailnews_prefs*layoutFrame*nPaneLabel.labelString: ┤║╜║:
- *mailnews_prefs*layoutFrame*nHoriz.labelString: ╝÷╞≥ │¬┤⌐▒Γ
- *mailnews_prefs*layoutFrame*nVert.labelString: ╝÷┴≈ │¬┤⌐▒Γ
- *mailnews_prefs*layoutFrame*nStack.labelString: ╜║┼├
- *mailnews_prefs*layoutFrame*indicatorType: ONE_OF_MANY
-
- ! Preferences: Helper Applications
- !
- *general_prefs*helperFrame*helperBoxLabel.labelString: MIME ╝│┴ñ ╞─└╧
- *general_prefs*helperFrame.topOffset: 10
- *general_prefs*helperFrame.leftOffset: 10
- *general_prefs*helperFrame.rightOffset: 10
- *general_prefs*helperFrame.bottomOffset: 10
- *general_prefs*helperFrame*globalMimeTypesLabel.labelString: └ⁿ├╝ MIME ╟ⁿ╜─ ╞─└╧:
- *general_prefs*helperFrame*privateMimeTypesLabel.labelString: \
- ░│└╬ MIME ╟ⁿ╜─ ╞─└╧:
- *general_prefs*helperFrame*globalMailcapLabel.labelString: \
- └ⁿ├╝ ╕▐└╧─╕ ╞─└╧:
- *general_prefs*helperFrame*privateMailcapLabel.labelString: \
- ░│└╬ ╕▐└╧─╕ ╞─└╧:
- *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString: ├ú╛╞║╕▒Γ...
- *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: ├ú╛╞║╕▒Γ...
- *general_prefs*helperFrame*globalMailcapBrowseButton.labelString: ├ú╛╞║╕▒Γ...
- *general_prefs*helperFrame*privateMailcapBrowseButton.labelString: ├ú╛╞║╕▒Γ...
- *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*XmLabel.rightOffset: 4
- *general_prefs*helperFrame*XmLabelGadget.rightOffset: 4
- *general_prefs*helperFrame*XmLabel.alignment: ALIGNMENT_END
- *general_prefs*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*helperFrame*XmTextField.columns: 35
- *general_prefs*helperFrame*globalMailcapText.topOffset: 10
- *general_prefs*helperFrame*privateMailcapText.bottomOffset: 10
- *general_prefs*helperFrame*XmPushButtonGadget.leftOffset: 10
- *general_prefs*helperFrame*XmPushButtonGadget.rightOffset: 10
-
- *general_prefs*helperFrame*commands.new.labelString: ╜┼▒╘...
- *general_prefs*helperFrame*commands.edit.labelString: ╞φ┴²...
- *general_prefs*helperFrame*commands.delete.labelString: ╗Φ┴ª...
- *general_prefs*helperFrame*helperApp.cellBackground: white
-
- ! Helper Editor stuff
- *helperEditor_popup.title: Netscape ║╕┴╢ ╟┴╖╬▒╫╖Ñ
- *helperEditor.width: 400
- *helperEditor*mimeTypesDescriptionLabel.labelString: ╝│╕φ
- *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
- *helperEditor*mimeTypesLabel.labelString: ┼╕└╘
- *helperEditor*mimeTypesLabel.leftOffset: 3
- *helperEditor*mimeTypesSuffixLabel.labelString: ╚«└σ└┌
- *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
- *helperEditor*helperEditForm.XmTextField.rightOffset: 3
- *helperEditor*helperEditFrameLabel.labelString: ├│╕«▒Γ
- *helperEditor*helperEditNavigator.labelString: Navigator
- *helperEditor*helperEditPlugin.labelString: ╟├╖»▒╫└╬
- *helperEditor*helperEditApp.labelString: ╟┴╖╬▒╫╖Ñ
- *helperEditor*helperEditSave.labelString: ╡≡╜║┼⌐╖╬ └·└σ
- *helperEditor*helperEditUnknown.labelString: ╣╠╚«└╬: ╗τ┐δ└┌ ╚«└╬
- *helperEditor*helperEditAppBrowse.labelString: ├ú╛╞║╕▒Γ...
- *helperEditor*helperEditNavigator.leftOffset: 20
- *helperEditor*helperEditAppText.columns: 40
-
-
- ! Preferences: Identity
- !
- *mailnews_prefs*identityFrame*identityBoxLabel.labelString: ╗τ┐δ└┌ ┴ñ║╕
- *mailnews_prefs*identityFrame*identityBoxLabel.topOffset: -4
- *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset: 10
- *mailnews_prefs*identityFrame.topOffset: 10
- *mailnews_prefs*identityFrame.leftOffset: 10
- *mailnews_prefs*identityFrame.rightOffset: 10
- *mailnews_prefs*identityFrame.bottomOffset: 10
- *mailnews_prefs*identityFrame*nameLabel.labelString: └╠╕º:
- *mailnews_prefs*identityFrame*mailLabel.labelString: └ⁿ└┌┐∞╞φ ┴╓╝╥:
- *mailnews_prefs*identityFrame*replyToLabel.labelString: ┤Σ└σ╣▐└╗ ┴╓╝╥:
- *mailnews_prefs*identityFrame*orgLabel.labelString: ╝╥╝╙:
- *mailnews_prefs*identityFrame*sigLabel.labelString: ╝¡╕φ ╞─└╧:
- *mailnews_prefs*identityFrame*sigBrowse.labelString: ├ú╛╞║╕▒Γ...
- *mailnews_prefs*identityFrame*XmLabel.leftOffset: 4
- *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset: 4
- *mailnews_prefs*identityFrame*XmTextField.rightOffset: 10
- *mailnews_prefs*identityFrame*sigBrowse.rightOffset: 10
- *mailnews_prefs*identityFrame*identityText.bottomOffset: 15
- *mailnews_prefs*identityFrame*orgText.bottomOffset: 15
- *mailnews_prefs*identityFrame*sigText.bottomOffset: 15
- *mailnews_prefs*identityFrame*sigText.columns: 35
- *mailnews_prefs*identityFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*identityFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset: 8
- *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset: 8
- *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth: 10
-
- ! Preferences: Organization
- !
- *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
- ╕▐└╧ ╛╧╚ú
- *mailnews_prefs*organizationFrame*trashToggle.labelString:\
- Netscape ╕▐└╧ ┴╛╖ß╜├ ╚▐┴÷┼δ ║±┐∞▒Γ
- *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
- ╕▐└╧ ╛╧╚ú ▒Γ╛∩
- *mailnews_prefs*organizationFrame*trashToggle.leftOffset: 40
- *mailnews_prefs*organizationFrame*passwordToggle.leftOffset: 40
-
- *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
- ╕▐└╧ ╣╫ ┤║╜║ ╛▓╖╣╡∙
- *mailnews_prefs*threadFrame*line1Label.labelString:\
- ╕▐└╧ ╕▐╜├┴÷┐═ ┤║╜║ ▒Γ╗τ┤┬ ╛▓╖╣╡σ╖╬ ╕╕╡Θ ╝÷ └╓╜└┤╧┤┘. ╛▓╖╣╡σ╢⌡ ┤Σ└σ└╗
- *mailnews_prefs*threadFrame*line2Label.labelString:\
- ╣▐└╗ ░µ┐∞, ┤Σ└σ└╠ ┐°╖í ╕▐╜├┴÷ ╣┘╖╬ ┤┘└╜┐í ╟Ñ╜├╡╟░╘ ╟╧┤┬ ░═└╘┤╧┤┘.
- *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
- ╕▐└╧ ╕▐╜├┴÷ ╛▓╖╣╡σ╖╬ ╕╕╡Θ▒Γ
- *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
- ┤║╜║ ╕▐╜├┴÷ ╛▓╖╣╡σ╖╬ ╕╕╡Θ▒Γ
- *mailnews_prefs*threadFrame*threadMailToggle.leftOffset: 40
- *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset: 40
-
- *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString: ┴ñ╖─
- *mailnews_prefs*mnSortFrame*mSortLabel.labelString: ╕▐└╧ ┴ñ╖─ ╝°╝¡:
- *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString: │»┬Ñ
- *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString: ╕▐╜├┴÷ ╣°╚ú
- *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString: ┴ª╕±
- *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString: ║╕│╜ ╗τ╢≈
- *mailnews_prefs*mnSortFrame*nSortLabel.labelString: ┤║╜║ ┴ñ╖─ ╝°╝¡:
- *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString: │»┬Ñ
- *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString: ╕▐╜├┴÷ ╣°╚ú
- *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString: ┴ª╕±
- *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString: ║╕│╜ ╗τ╢≈
- *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
-
- ! Preferences: Images
- !
- *general_prefs*imagesFrame*imagesBoxLabel.labelString: └╠╣╠┴÷
- *general_prefs*imagesFrame.topOffset: 10
- *general_prefs*imagesFrame.leftOffset: 10
- *general_prefs*imagesFrame.rightOffset: 10
- *general_prefs*imagesFrame.bottomOffset: 10
- *general_prefs*imagesFrame*colors.labelString: ╗÷ ╝▒┼├:
- *general_prefs*imagesFrame*auto.labelString: └┌╡┐
- *general_prefs*imagesFrame*dither.labelString: ╡≡┤⌡╕╡(Dithering)
- *general_prefs*imagesFrame*closest.labelString: ╗÷ ┤δ├╝
- *general_prefs*imagesFrame*display.labelString: └╠╣╠┴÷ ╟Ñ╜├:
- *general_prefs*imagesFrame*while.labelString: └╨└╕╕Θ╝¡
- *general_prefs*imagesFrame*after.labelString: └╨└║ ╚─┐í
- *general_prefs*imagesFrame*imagesFrame.topOffset: 10
- *general_prefs*imagesFrame*closest.rightOffset: 10
- *general_prefs*imagesFrame*while.bottomOffset: 10
- *general_prefs*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
- *general_prefs*imagesFrame*indicatorType: ONE_OF_MANY
- *general_prefs*imagesFrame*after.bottomOffset: 10
- *general_prefs*imagesFrame*display.leftOffset: 0
- *general_prefs*imagesFrame*display.rightOffset: 0
-
- ! Preferences: Languages
- !
- *general_prefs*languagesFrame*languagesBoxLabel.labelString: \
- ╛≡╛ε/┴÷┐¬
- *general_prefs*languagesFrame.topOffset: 10
- *general_prefs*languagesFrame.leftOffset: 10
- *general_prefs*languagesFrame.rightOffset: 10
- *general_prefs*languagesFrame.bottomOffset: 10
- *general_prefs*languagesFrame*list1.leftOffset: 10
- *general_prefs*languagesFrame*others.labelString: ▒Γ┼╕:
- *general_prefs*languagesFrame*langs.1: Chinese [zh]
- *general_prefs*languagesFrame*langs.2: Chinese/China [zh-CN]
- *general_prefs*languagesFrame*langs.3: Chinese/Taiwan [zh-TW]
- *general_prefs*languagesFrame*langs.4: English [en]
- *general_prefs*languagesFrame*langs.5: English/United Kingdom [en-GB]
- *general_prefs*languagesFrame*langs.6: English/United States [en-US]
- *general_prefs*languagesFrame*langs.7: French [fr]
- *general_prefs*languagesFrame*langs.8: French/Canada [fr-CA]
- *general_prefs*languagesFrame*langs.9: French/France [fr-FR]
- *general_prefs*languagesFrame*langs.10: German [de]
- *general_prefs*languagesFrame*langs.11: Italian [it]
- *general_prefs*languagesFrame*langs.12: Japanese [ja]
- *general_prefs*languagesFrame*langs.13: Korean [ko]
- *general_prefs*languagesFrame*langs.14: Portuguese [pt]
- *general_prefs*languagesFrame*langs.15: Portuguese/Brazil [pt-BR]
- *general_prefs*languagesFrame*langs.16: Spanish [es]
- *general_prefs*languagesFrame*langs.17: Spanish/Spain [es-ES]
-
- ! Preferences: Mail
- !
- *mailnews_prefs*mailFrame*mailBoxLabel.labelString: ╕▐└╧
- *mailnews_prefs*mailFrame*mailBoxLabel.topOffset: -4
- *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset: 10
- *mailnews_prefs*mailFrame.topOffset: 10
- *mailnews_prefs*mailFrame.leftOffset: 10
- *mailnews_prefs*mailFrame.rightOffset: 10
- *mailnews_prefs*mailFrame.bottomOffset: 10
-
- ! Preferences: Connections
- !
- *network_prefs*netFrame*netBoxLabel.labelString: │╫╞«┐÷┼⌐ ┐¼░ß
- *network_prefs*netFrame.topOffset: 10
- *network_prefs*netFrame.leftOffset: 10
- *network_prefs*netFrame.rightOffset: 10
- *network_prefs*netFrame.bottomOffset: 10
- *network_prefs*netFrame*bufExplain.labelString: \
- │╫╞«┐÷┼⌐ ╣÷╞█ ┼⌐▒Γ┤┬ │╫╞«┐÷┼⌐ ╡Ñ└╠┼═ └ⁿ╝█└╗ ┼δ╟╪╝¡ ╣▐└╗ ╝÷ └╓┤┬\n\
- ╡Ñ└╠┼═└╟ ┼⌐▒Γ╕ª ░ß┴ñ╟╒┤╧┤┘. ╣÷╞█└╟ ┼⌐▒Γ░í ┼⌐╕Θ ╕╣└║ ╛τ└╟ ╡Ñ└╠┼═╕ª\n\
- ╣▐└╗ ╝÷ └╓┴÷╕╕ ──╟╗┼═┐í ░·┤┘╟╤ ║╬┤π└╗ ┴╓░╘ ╡╦┤╧┤┘.
- *network_prefs*netFrame*bufLabel.labelString: │╫╞«┐÷┼⌐ ╣÷╞█ ┼⌐▒Γ:
- *network_prefs*netFrame*connExplain.labelString: \
- Netscape┤┬ ╟╧│¬└╟ └╬┼═│▌ ╝¡╣÷┐í ╟╧│¬ └╠╗≤└╟ ┐¼░ß└╗ ╟╥ ╝÷ └╓╜└┤╧┤┘.\n\
- ╡√╢≤╝¡ ┼╪╜║╞«┐═ └╠╣╠┴÷╕ª ╡┐╜├┐í └ⁿ╝█ ╣▐└╗ ╝÷ └╓╜└┤╧┤┘. ┐¼░ß ╝÷░í\n\
- ╕╣└╕╕Θ ╡┐╜├┐í ┐⌐╖» ╞─└╧└╗ ╣▐└╗ ╝÷ └╓┴÷╕╕ ░│║░ ┐¼░ß ╝╙╡╡┤┬ ╢│╛ε┴²┤╧┤┘.
- *network_prefs*netFrame*connLabel.labelString: ┐¼░ß ╝÷:
- *network_prefs*netFrame*connSuffix.labelString: \
- (╡┐╜├┴ó╝╙╟╥ ╝÷ └╓┤┬ │╫╞«┐÷┼⌐ ┐¼░ß└╟ ╝÷)
- *network_prefs*netFrame*k.labelString: ┼│╖╬╣┘└╠╞«
- *network_prefs*netFrame*connSuffix.rightOffset: 10
- *network_prefs*netFrame*networkFrame.topOffset: 10
- *network_prefs*netFrame*bufText.columns: 6
- *network_prefs*netFrame*connText.columns: 6
- *network_prefs*netFrame*alignment: ALIGNMENT_BEGINNING
- *network_prefs*netFrame*bufLabel.alignment: ALIGNMENT_END
- *network_prefs*netFrame*connLabel.alignment: ALIGNMENT_END
- *network_prefs*netFrame*bufText.bottomOffset: 10
- *network_prefs*netFrame*connText.bottomOffset: 10
- *network_prefs*netFrame*connExplain.leftOffset: 5
- *network_prefs*netFrame*bufExplain.leftOffset: 5
-
-
- ! Preferences: Protocols
- !
- *network_prefs*alertsFrame*alertsBoxLabel.labelString: ░µ░φ ╟Ñ╜├
- *network_prefs*alertsFrame.topOffset: 10
- *network_prefs*alertsFrame.leftOffset: 10
- *network_prefs*alertsFrame.rightOffset: 10
- *network_prefs*alertsFrame.bottomOffset: 10
- *network_prefs*alertsFrame*cookieToggle.labelString: ─φ┼░╣▐└╗ ╢º
- *network_prefs*alertsFrame*emailformToggle.labelString: \
- └ⁿ└┌┐∞╞φ└╕╖╬ ╝¡╜─└╗ ┴ª├Γ╟╥ ╢º
- *network_prefs*protocols*anonftpToggle.labelString: \
- └ⁿ└┌┐∞╞φ ┴╓╝╥╕ª anonymous FTP └╟ ╛╧╚ú╖╬ ║╕│╗▒Γ
- *network_prefs*protocols*anonftpToggle.leftOffset: 10
- *network_prefs*protocols*anonftpToggle.topOffset: 10
-
- ! Preferences: Languages
- !
- *network_prefs*javaFrame*javaBoxLabel.labelString: └┌╣┘,└┌╣┘╜║┼⌐╕│╞«
- *network_prefs*javaFrame.topOffset: 10
- *network_prefs*javaFrame.leftOffset: 10
- *network_prefs*javaFrame.rightOffset: 10
- *network_prefs*javaFrame.bottomOffset: 10
- *network_prefs*javaFrame*javaToggle.leftOffset: 20
- *network_prefs*javaFrame*javaToggle.labelString: └┌╣┘ ╗τ┐δ╟╘
- *network_prefs*javaFrame*javascriptToggle.leftOffset: 20
- *network_prefs*javaFrame*javascriptToggle.labelString: └┌╣┘╜║┼⌐╕│╞« ╗τ┐δ╟╘
-
-
- ! Preferences: News
- !
- *mailnews_prefs*newsFrame*newsBoxLabel.labelString: ┤║╜║
- *mailnews_prefs*newsFrame*newshostLabel.labelString: ┤║╜║(NNTP) ╝¡╣÷:
- *mailnews_prefs*newsFrame.topOffset: 10
- *mailnews_prefs*newsFrame.leftOffset: 10
- *mailnews_prefs*newsFrame.rightOffset: 10
- *mailnews_prefs*newsFrame.bottomOffset: 10
- *mailnews_prefs*newsFrame*newsrcLabel.labelString: ┤║╜║ ╡≡╖║┼Σ╕«:
- *mailnews_prefs*newsFrame*newsrcBrowse.labelString: ├ú╛╞║╕▒Γ...
- *mailnews_prefs*newsFrame*newsMaxLabel.labelString: ╣▐▒Γ:
- *mailnews_prefs*newsFrame*newsMaxSuffix.labelString: \
- ╟╤╣°┐í ║╝ ╕▐╜├┴÷(├╓┤δ 3500░│)
- *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset: 0
- *mailnews_prefs*newsFrame*newsMaxText.columns: 5
- *mailnews_prefs*newsFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
- *mailnews_prefs*newsFrame*XmTextField.rightOffset: 10
- *mailnews_prefs*newsFrame*XmLabel.leftOffset: 4
- *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset: 4
- *mailnews_prefs*newsFrame*XmLabel.rightOffset: 4
- *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset: 4
- *mailnews_prefs*newsFrame*newsMaxText.bottomOffset: 10
- *mailnews_prefs*newsFrame.topOffset: 10
- *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
- *mailnews_prefs*newsFrame*newsrcText.columns: 35
- *mailnews_prefs*newsFrame*newsrcText.bottomOffset: 10
-
- ! Preferences: Proxies
- !
- *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:┤δ╕«└┌
- *network_prefs*proxiesFrame.topOffset: 10
- *network_prefs*proxiesFrame.leftOffset: 10
- *network_prefs*proxiesFrame.rightOffset: 10
- *network_prefs*proxiesFrame.bottomOffset: 10
- !*network_prefs*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
- !*network_prefs*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *network_prefs*proxiesFrame*XmTextField.columns: 30
- *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset: 10
- *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset: -4
- !*network_prefs*proxiesFrame*XmLabel.leftOffset: 10
- !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset: 10
-
- *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:┤δ╕«└┌ ╝│┴ñ
- *network_prefs*proxiesFrame*proxiesLabel.alignment: ALIGNMENT_BEGINNING
- *network_prefs*proxiesFrame*proxiesLabel.labelString: \
- │╫╞«┐÷┼⌐ ┤δ╕«└┌╢⌡ ╗τ┐δ└┌ ──╟╗┼═┐═ └╬┼═│▌ ╗τ└╠└╟ ┼δ╖╬└╠╕τ ╣µ╚¡║«└╗ ┼δ╟╪\n\
- └╬┼═│▌└╗ ┴ó╝╙╟╧▒Γ └º╟╪ ╗τ┐δ╡╦┤╧┤┘. └╬┼═│▌░· ┴≈┴ó ┐¼░ß╡╟╛ε └╓└╗ ░µ┐∞\n\
- ┤δ╕«└┌╕ª ▒╕╝║╟╥ ╟╩┐Σ░í ╛°╜└┤╧┤┘.
- *network_prefs*proxiesFrame*locationLabel.labelString: └º─í (URL):
- *network_prefs*proxiesFrame*noProxiesToggle.labelString: ┤δ╕«└┌ ╛°└╜
- *network_prefs*proxiesFrame*manualToggle.labelString: \
- ┤δ╕«└┌ ╝÷╡┐ ╝│┴ñ
- *network_prefs*proxiesFrame*proxyReload.labelString: ┤┘╜├ └╨▒Γ
- *network_prefs*proxiesFrame*proxyReload.rightOffset: 10
- *network_prefs*proxiesFrame*manualBrowse.labelString: ║╕▒Γ ...
- *network_prefs*proxiesFrame*autoToggle.labelString: \
- ┤δ╕«└┌ └┌╡┐ ╝│┴ñ
- *network_prefs*proxiesFrame*autoText.rightOffset: 10
- *network_prefs*proxiesFrame*autoText.bottomOffset: 10
- *network_prefs*proxiesFrame*indicatorType: ONE_OF_MANY
-
-
- *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString: \
- ┤δ╕«└┌ ╝÷╡┐ ╝│┴ñ
- *proxies_prefs*proxiesFrame*ftpLabel.labelString: FTP ┤δ╕«└┌:
- *proxies_prefs*proxiesFrame*gopherLabel.labelString: ░φ╞█ ┤δ╕«└┌:
- *proxies_prefs*proxiesFrame*httpLabel.labelString: HTTP ┤δ╕«└┌:
- *proxies_prefs*proxiesFrame*httpsLabel.labelString: ║╕╛╚ ┤δ╕«└┌:
- *proxies_prefs*proxiesFrame*waisLabel.labelString: WAIS ┤δ╕«└┌:
- *proxies_prefs*proxiesFrame*noLabel.labelString: ┤δ╕«└┌╕ª ╗τ┐δ╟╧┴÷ ╛╩┤┬ ╡╡╕▐└╬:
- *proxies_prefs*proxiesFrame*socksLabel.labelString: SOCKS ╚ú╜║╞«:
- *proxies_prefs*proxiesFrame*portLabel.labelString: ╞≈╞«:
- *proxies_prefs*proxiesFrame*ftpPort.columns: 5
- *proxies_prefs*proxiesFrame*ftpText.rightOffset: 10
- *proxies_prefs*proxiesFrame*ftpPort.rightOffset: 10
- *proxies_prefs*proxiesFrame*portLabel.leftOffset: 10
- *proxies_prefs*proxiesFrame*noText.bottomOffset: 10
- *proxies_prefs*proxiesFrame*socksText.topOffset: 15
- *proxies_prefs*proxiesFrame*socksText.bottomOffset: 10
-
- ! Preferences: Site Certificates
- !
- *security_prefs*siteFrame*siteBoxLabel.labelString: ╗τ└╠╞« └╬┴⌡╝¡
- *security_prefs*siteFrame.topOffset: 10
- *security_prefs*siteFrame.leftOffset: 10
- *security_prefs*siteFrame.rightOffset: 10
- *security_prefs*siteFrame.bottomOffset: 10
- *security_prefs*siteFrame*allLabel.labelString: \
- ╟÷└τ ╣▐└║ ╗τ└╠╞« └╬┴⌡╝¡:
- *security_prefs*siteFrame*allEditCert.rightOffset: 10
- *security_prefs*siteFrame*allEditCert.labelString: └╬┴⌡╝¡ ╞φ┴²...
- *security_prefs*siteFrame*allDeleteCert.rightOffset: 10
- *security_prefs*siteFrame*allDeleteCert.labelString: └╬┴⌡╝¡ ╗Φ┴ª
- *security_prefs*siteFrame*allList.bottomOffset: 10
- *security_prefs*siteFrame*allCerts.labelString: └ⁿ├╝ └╬┴⌡╝¡
- *security_prefs*siteFrame*siteCerts.labelString: ╗τ└╠╞« └╬┴⌡╝¡
- *security_prefs*siteFrame*authCerts.labelString: └╬┴⌡ ▒Γ░ⁿ
-
- ! Preferences: Personal Certificates
- !
- *security_prefs*personalFrame*personalBoxLabel.labelString: \
- ░│└╬ └╬┴⌡╝¡
- *security_prefs*personalFrame.topOffset: 10
- *security_prefs*personalFrame.leftOffset: 10
- *security_prefs*personalFrame.rightOffset: 10
- *security_prefs*personalFrame.bottomOffset: 10
- *security_prefs*personalFrame*persLabel.labelString: \
- ┤┘└╜└║ ░│└╬ └╬┴⌡╝¡ ╕±╖╧└╘┤╧┤┘.
- *security_prefs*personalFrame*persInfo.rightOffset: 10
- *security_prefs*personalFrame*persInfo.labelString: ├▀░í ┴ñ║╕
- *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
- *security_prefs*personalFrame*persDeleteCert.labelString: └╬┴⌡╝¡ ╗Φ┴ª
- *security_prefs*personalFrame*persNewCert.rightOffset: 10
- *security_prefs*personalFrame*persNewCert.labelString: ╗⌡ └╬┴⌡╝¡ ╚╣╡µ
- *security_prefs*personalFrame*siteDefault.labelString: \
- ╗τ└╠╞«┐í ┴ª╜├╟╥ ▒Γ║╗ └╬┴⌡╝¡:
- *security_prefs*personalFrame*siteText.bottomOffset: 10
- *security_prefs*personalFrame*siteText.rightOffset: 10
- *security_prefs*personalFrame*persList.leftOffset: 10
-
- ! Preferences: General Security
- !
- *security_prefs*securityFrame*securityBoxLabel.labelString: ║╕╛╚ ░µ░φ
- *security_prefs*securityFrame.topOffset: 10
- *security_prefs*securityFrame.leftOffset: 10
- *security_prefs*securityFrame.rightOffset: 10
- *security_prefs*securityFrame.bottomOffset: 10
- *security_prefs*securityFrame*alertLabel.labelString: ░µ░φ ╟Ñ╜├
- *security_prefs*securityFrame*enterToggle.labelString: \
- ╛╚└ⁿ╟╤ ╣«╝¡┐╡┐¬└╕╖╬ ╡Θ╛ε░Ñ ╢º (╝¡╣÷)
- *security_prefs*securityFrame*leaveToggle.labelString: \
- ╛╚└ⁿ╟╤ ╣«╝¡ ┐╡┐¬└╗ │¬░Ñ ╢º (╝¡╣÷)
- *security_prefs*securityFrame*mixedToggle.labelString: \
- ╛╚└ⁿ╟╤/╛╚└ⁿ╟╧┴÷ ╛╩└║ ╣«╝¡╕ª ║╝ ╢º
- *security_prefs*securityFrame*alignment: ALIGNMENT_BEGINNING
- *security_prefs*securityFrame*submitToggle.labelString: \
- ║╕╛╚ ╣╠║± ╗≤┼┬╖╬ ╝¡╜─└╗ ┴ª├Γ╟╥ ╢º
- *security_prefs*securityFrame*alertLabel.topOffset: 10
- *security_prefs*securityFrame*alertLabel.leftOffset: 10
- *security_prefs*securityFrame*enterToggle.topOffset: 10
- *security_prefs*securityFrame*enterToggle.leftOffset: 20
- *security_prefs*securityFrame*submitToggle.bottomOffset: 10
- *security_prefs*securityFrame*enterToggle.rightOffset: 10
- *security_prefs*securityFrame*leaveToggle.rightOffset: 10
- *security_prefs*securityFrame*mixedToggle.rightOffset: 10
- *security_prefs*securityFrame*submitToggle.rightOffset: 10
-
- *security_prefs*javaFrame*javaBoxLabel.labelString: └┌╣┘
- *security_prefs*javaFrame.topOffset: 10
- *security_prefs*javaFrame.leftOffset: 10
- *security_prefs*javaFrame.rightOffset: 10
- *security_prefs*javaFrame.bottomOffset: 10
- *security_prefs*javaFrame*javaToggle.leftOffset: 20
- *security_prefs*javaFrame*javaToggle.labelString: └┌╣┘ ╗τ┐δ╛╚╟╘
- *security_prefs*javaFrame*javascriptToggle.leftOffset: 20
- *security_prefs*javaFrame*javascriptToggle.labelString: └┌╣┘╜║┼⌐╕│╞« ╗τ┐δ╛╚╟╘
-
- *security_prefs*sslFrame*sslBoxLabel.labelString: SSL
- *security_prefs*sslFrame.topOffset: 10
- *security_prefs*sslFrame.leftOffset: 10
- *security_prefs*sslFrame.rightOffset: 10
- *security_prefs*sslFrame.bottomOffset: 10
- *security_prefs*sslFrame*ssl2Toggle.leftOffset: 20
- *security_prefs*sslFrame*ssl2Toggle.labelString: SSL v2 ╗τ┐δ╟╘
- *security_prefs*sslFrame*ssl3Toggle.leftOffset: 20
- *security_prefs*sslFrame*ssl3Toggle.labelString: SSL v3 ╗τ┐δ╟╘
- *security_prefs*sslFrame*configure.labelString: ╝│┴ñ
- *security_prefs*sslFrame*configure.marginWidth: 10
-
- ! Preferences: Security Passwords
- !
- *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: ╛╧╚ú
- *security_prefs*passwordsFrame.topOffset: 10
- *security_prefs*passwordsFrame.leftOffset: 10
- *security_prefs*passwordsFrame.rightOffset: 10
- *security_prefs*passwordsFrame.bottomOffset: 10
- *security_prefs*passwordsFrame*passLabel.labelString: ╛╧╚ú:
- *security_prefs*passwordsFrame*passToggle.labelString: ╛╧╚ú ╗τ┐δ
- *security_prefs*passwordsFrame*noPassToggle.labelString: ╛╧╚ú ╗τ┐δ ╛╚╟╘
- *security_prefs*passwordsFrame*askLabel.labelString: ╛╧╚ú ╚«└╬:
- *security_prefs*passwordsFrame*onceToggle.labelString: ╝╝╝╟┤τ ╟╤╣°
- *security_prefs*passwordsFrame*everyToggle.labelString: ╟╩┐Σ╟╥ ╢º╕╢┤┘
- *security_prefs*passwordsFrame*periodicToggle.labelString: ╗τ┐δ└┌ └╘╖┬╛°└╠
- *security_prefs*passwordsFrame*periodicText.columns: 3
- *security_prefs*passwordsFrame*periodicLabel.labelString: ║╨ ╚─
- *security_prefs*passwordsFrame*alignment: ALIGNMENT_BEGINNING
- *security_prefs*passwordsFrame*passLabel.leftOffset: 10
- *security_prefs*passwordsFrame*indicatorType: ONE_OF_MANY
- *security_prefs*passwordsFrame*changePassword.topOffset: 10
- *security_prefs*passwordsFrame*changePassword.leftOffset: 30
- *security_prefs*passwordsFrame*bannerLabel.labelString: \
- ┤┘╕Ñ ╗τ╢≈╡Θ└╠ ┤τ╜┼ ──╟╗┼═┐í ┴ó▒┘╟╥ ╝÷ └╓└╕╕Θ ╛╧╚ú╕ª ╝│┴ñ╟╪╛▀ ╟╒┤╧┤┘.
-
-
- ! Preferences: Styles1
- !
- *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:╡╡▒╕╕≡└╜
- *general_prefs*toolbarsFrame.topOffset: 10
- *general_prefs*toolbarsFrame.leftOffset: 10
- *general_prefs*toolbarsFrame.rightOffset: 10
- *general_prefs*toolbarsFrame.bottomOffset: 10
- *general_prefs*toolbarsFrame*toolbarLabel.labelString: ╡╡▒╕╕≡└╜ ╟Ñ╜├:
- *general_prefs*toolbarsFrame*toolbarLabel.alignment: ALIGNMENT_END
- *general_prefs*toolbarsFrame*icons.labelString: ▒╫╕▓
- *general_prefs*toolbarsFrame*text.labelString: ┼╪╜║╞«
- *general_prefs*toolbarsFrame*both.labelString: ▒╫╕▓ ╣╫ ┼╪╜║╞«
- *general_prefs*toolbarsFrame*indicatorType: ONE_OF_MANY
- *general_prefs*toolbarsFrame*toolbarTipsLabel.labelString: ╡╡▒╕╕≡└╜ ╞┴└║
- *general_prefs*toolbarsFrame*toolbarTipsLabel.alignment: ALIGNMENT_END
- *general_prefs*toolbarsFrame*enabled.indicatorType: N_OF_MANY
- *general_prefs*toolbarsFrame*enabled.labelString: ╗τ┐δ░í┤╔
- *general_prefs*toolbarsFrame*enabled.tipString: ╡╡▒╕╕≡└╜ ╞┴ └ⁿ╚»
- *general_prefs*toolbarsFrame*enabled.documentationString: \
- ╡╡▒╕╕≡└╜ ╞└└╗ ╟Ñ╜├╟╧░┼│¬ ╟╧┴÷ ╛╩└╜
-
- *general_prefs*startupFrame*startupBoxLabel.labelString:╜├└█
- *general_prefs*startupFrame.topOffset: 10
- *general_prefs*startupFrame.leftOffset: 10
- *general_prefs*startupFrame.rightOffset: 10
- *general_prefs*startupFrame.bottomOffset: 10
- *general_prefs*startupFrame*startLabel.labelString: ║Ω╢≤┐∞└· ╜├└█:
- *general_prefs*startupFrame*startLabel.alignment: ALIGNMENT_END
- *general_prefs*startupFrame*blank.labelString: ░°╣Θ ╞Σ└╠┴÷
- *general_prefs*startupFrame*home.labelString: ╚¿╞Σ└╠┴÷ └º─í:
- *general_prefs*startupFrame*homeText.bottomOffset: 10
- *general_prefs*startupFrame*homeText.rightOffset: 10
- *general_prefs*startupFrame*indicatorType: ONE_OF_MANY
-
- *general_prefs*startupFrame*startupLabel.labelString: ╜├└█╜├ ╜╟╟α:
- *general_prefs*startupFrame*browser.labelString: Netscape ║Ω╢≤┐∞└·
- *general_prefs*startupFrame*mail.labelString: Netscape ╕▐└╧
- *general_prefs*startupFrame*news.labelString: Netscape ┤║╜║
-
- *general_prefs*linkFrame*linkBoxLabel.labelString: ╕╡┼⌐╜║┼╕└╧
- *general_prefs*linkFrame.topOffset: 10
- *general_prefs*linkFrame.leftOffset: 10
- *general_prefs*linkFrame.rightOffset: 10
- *general_prefs*linkFrame.bottomOffset: 10
- *general_prefs*linkFrame*underlineLabel.labelString: ╕╡┼⌐ ╟Ñ╜├:
- *general_prefs*linkFrame*underlineLabel.alignment: ALIGNMENT_END
- *general_prefs*linkFrame*underline.labelString: ╣╪┴┘
- *general_prefs*linkFrame*expireLabel.labelString: ╣µ╣« ╕╡┼⌐ └»╚┐ ▒Γ░ú:
- *general_prefs*linkFrame*expireLabel.alignment: ALIGNMENT_END
- *general_prefs*linkFrame*expireNever.labelString: ╛°└╜
- *general_prefs*linkFrame*expireAfter.labelString: ╣µ╣« ╚─
- *general_prefs*linkFrame*expireDaysLabel.labelString: └╧
- *general_prefs*linkFrame*expireDays.columns: 3
- *general_prefs*linkFrame*expireNow.labelString: ┴÷▒▌ │í│┐
- *general_prefs*linkFrame*indicatorType: ONE_OF_MANY
- *general_prefs*linkFrame*underline.indicatorType: N_OF_MANY
- *general_prefs*linkFrame*expireDays.topOffset: 10
- *general_prefs*linkFrame*expireDays.bottomOffset: 10
- *general_prefs*linkFrame*expireNow.marginWidth: 10
- *general_prefs*linkFrame*expireNow.marginHeight: 0
- *general_prefs*linkFrame*underline.leftOffset: 10
- *general_prefs*linkFrame*expireLabel.leftOffset: 10
- *general_prefs*linkFrame*expireAfter.leftOffset: 10
- *general_prefs*linkFrame*expireNow.leftOffset: 20
-
-
- ! Preferences: Styles 2
- !
-
-
- *enteringSecureDialog_popup.title: Netscape: ╛╚└ⁿ╟╤ ╣«╝¡
- *enteringSecureDialog*toggle.labelString: ┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *enteringSecureDialog*toggle.leftOffset: 100
- *enteringSecureDialog.selectionLabelString:\
- ┤τ╜┼└║ ╛╚└ⁿ╟╤ ╣«╝¡╕ª ┐Σ├╗╟▀╜└┤╧┤┘. ║╕│╗┤┬ ╣«╝¡ ╣╫ ┴ñ║╕┤┬ ░│└╬ ┴ñ║╕\n\
- ║╕╚ú╕ª └º╟╪ ╛╧╚ú╖╬ ╕╕╡Θ╛ε └ⁿ╝█╟╒┤╧┤┘. ║╕╛╚┐í ░ⁿ╟╤ ├▀░í ┴ñ║╕╕ª ┐°╟╧╕Θ\n\
- ║╕▒Γ-╣«╝¡ ┴ñ║╕ ╕▐┤║╕ª ╝▒┼├╟╧╜├┐└.
-
- *leavingSecureDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *leavingSecureDialog*toggle.labelString: ┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *leavingSecureDialog.OkLabelString: └╨▒Γ ░Φ╝╙
- *leavingSecureDialog.CancelLabelString: └╨▒Γ ├δ╝╥
- *leavingSecureDialog*toggle.leftOffset: 100
- *leavingSecureDialog.selectionLabelString:\
- ┤τ╜┼└║ ╛╚└ⁿ╟╧┴÷ ╛╩└║ ╣«╝¡╕ª ┐Σ├╗╟▀╜└┤╧┤┘. ┴ª├Γ╟╧┤┬ ┴ñ║╕┤┬ ┴ñ║╕┤┬\n\
- ╛╚└ⁿ╟╧┴÷ ╛╩└╕╕τ └ⁿ╝█┴▀ ┤┘╕Ñ ╗τ╢≈└╠ ║╝ ╝÷╡╡ └╓╜└┤╧┤┘. ║╕╛╚┐í ░ⁿ╟╤\n\
- ├▀░í ┴ñ║╕╕ª ┐°╟╧╕Θ ║╕▒Γ-╣«╝¡ ┴ñ║╕ ╕▐┤║╕ª ╝▒┼├╟╧╜├┐└.
-
- *mixedSecurityDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *mixedSecurityDialog*toggle.labelString: ┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *mixedSecurityDialog*toggle.leftOffset: 100
- *mixedSecurityDialog.selectionLabelString:\
- ╛╚└ⁿ╟╧┴÷ ╛╩└║ ┴ñ║╕╕ª ┤π░φ └╓┤┬ ╛╚└ⁿ╟╤ ╣«╝¡╕ª ┐Σ├╗╟▀╜└┤╧┤┘.\n\
- \n\
- ╛╚└ⁿ╟╧┴÷ ╛╩└║ ┴ñ║╕┤┬ ╟Ñ╜├╟╧┴÷ ╛╩╜└┤╧┤┘. ║╕╛╚┐í ░ⁿ╟╤ ├▀░í ┴ñ║╕╕ª\n\
- ┐°╟╧╕Θ ║╕▒Γ-╣«╝¡ ┴ñ║╕ ╕▐┤║╕ª ╝▒┼├╟╧╜├┐└.
-
- *redirectionToInsecureDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *redirectionToInsecureDialog*toggle.labelString: ┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *redirectionToInsecureDialog.OkLabelString: └╨▒Γ ░Φ╝╙
- *redirectionToInsecureDialog.CancelLabelString: └╨▒Γ ├δ╝╥
- *redirectionToInsecureDialog*toggle.leftOffset: 100
- *redirectionToInsecureDialog.selectionLabelString:\
- ░µ░φ! ┐°╖í ╛╚└ⁿ╟╤ ╣«╝¡╖╬ ┴÷┴ñ╡╚, ╛╚└ⁿ╟╧┴÷ ╛╩└║ ╣«╝¡╕ª\n\
- ┐Σ├╗╟▀╜└┤╧┤┘( ╛╚└ⁿ╟╤ URL┐í╝¡ ╛╚└ⁿ╟╧┴÷ ╛╩└║ URL╖╬ └╠└ⁿ╡╩).\n\
- ║╕│╗┤┬ ╣«╝¡ ╣╫ ┴ñ║╕┤┬ └ⁿ╝█┴▀ ┤┘╕Ñ ╗τ╢≈└╠ ║╝ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *redirectionToSecureDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *redirectionToSecureDialog*toggle.labelString:┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *redirectionToSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *redirectionToSecureDialog.OkLabelString: └╨▒Γ ░Φ╝╙
- *redirectionToSecureDialog.CancelLabelString: └╨▒Γ ├δ╝╥
- *redirectionToSecureDialog*toggle.leftOffset: 100
- *redirectionToSecureDialog.selectionLabelString:\
- ░µ░φ! ┐¼░ß└╠ ┤┘╕Ñ └º─í╖╬ └╠└ⁿ╡╟╛·╜└┤╧┤┘.\n\
- ┐°╖í ┐¼░ß╟╧╖┴┤┬ └º─í╖╬ ┐¼░ß╡╟┴÷ ╛╩└╗ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *insecurePostFromSecureDocDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *insecurePostFromSecureDocDialog*toggle.labelString: ┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *insecurePostFromSecureDocDialog.OkLabelString: └╨▒Γ ░Φ╝╙
- *insecurePostFromSecureDocDialog.CancelLabelString: └╨▒Γ ├δ╝╥
- *insecurePostFromSecureDocDialog*toggle.leftOffset: 100
- *insecurePostFromSecureDocDialog.selectionLabelString:\
- ░µ░φ! └╠ ╣«╝¡┤┬ ╛╚└ⁿ╟╧┴÷╕╕, ┴ª├Γ╟╧┤┬ ┴ñ║╕┤┬ ╛╚└ⁿ╟╧┴÷ ╛╩└╕╕τ\n\
- └ⁿ╝█┴▀ ┤┘╕Ñ ╗τ╢≈└╠ ║╝ ╝÷╡╡ └╓╜└┤╧┤┘. ╛╧╚ú, ╜┼┐δ─½╡σ ╣°╚ú ╡ε\n\
- ║╕╛╚└╠ ╟╩┐Σ╟╤ ┴ñ║╕└╟ ┴ª├Γ└╗ ├δ╝╥╟╧┤┬ ░═└╠ ╛╚└ⁿ╟╒┤╧┤┘.
-
- *insecurePostFromInsecureDocDialog_popup.title: Netscape: ║╕╛╚ ░µ░φ
- *insecurePostFromInsecureDocDialog.OkLabelString: ░Φ╝╙
- *insecurePostFromInsecureDocDialog.CancelLabelString: └ⁿ╝█ ├δ╝╥
- *insecurePostFromInsecureDocDialog*toggle.labelString:┤┘└╜┐í └╠ ░µ░φ ╟Ñ╜├
- *insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
- *insecurePostFromInsecureDocDialog.selectionLabelString:\
- ┴ª├Γ╟╧┤┬ ┴ñ║╕┤┬ ┴ñ║╕┤┬ ╛╚└ⁿ╟╧┴÷ ╛╩└╕╕τ └ⁿ╝█┴▀ ┤┘╕Ñ ╗τ╢≈└╠\n\
- ║╝ ╝÷╡╡ └╓╜└┤╧┤┘. ╛╧╚ú, ╜┼┐δ─½╡σ ╣°╚ú ╡ε ║╕╛╚└╠ ╟╩┐Σ╟╤ ┴ñ║╕└╟\n\
- ┴ª├Γ└╗ ├δ╝╥╟╧┤┬ ░═└╠ ╛╚└ⁿ╟╒┤╧┤┘.
-
- *licenseDialog_popup.title: Netscape: ╗τ┐δ▒╟ ░Φ╛α
- *licenseDialog*label1.labelString:\n\
- Netscape└║(┤┬) └╬░í╡╚ ╝╥╟┴╞«┐■╛ε└╘┤╧┤┘. Netscape└╟\n\
- ╗τ┐δ└║ ┤┘└╜ ╗τ┐δ▒╟ ░Φ╛α└╟ ▒╘┴ñ░· ┴╢░╟┐í ╡√╕¿┤╧┤┘.
- *licenseDialog*label2.labelString:\n\
- └º ╗τ┐δ▒╟ ░Φ╛α┐í ╡┐└╟╟╧╜├╕Θ `╡┐└╟' ╣÷╞░└╗ ┤⌐╕ú░φ,\n\
- ▒╫╖╕┴÷ ╛╩└╕╕Θ `╡┐└╟ ╛╚╟╘' ╣÷╞░└╗ ┤⌐╕ú╜├┐└.\n
- *licenseDialog*text.columns: 36
- *licenseDialog*text.rows: 23
- *licenseDialog*text.wordWrap: True
- *licenseDialog*text.scrollHorizontal: False
- *licenseDialog.accept.labelString: ╡┐└╟
- *licenseDialog.reject.labelString: ╡┐└╟ ╛╚╟╘
-
- *printSetup_popup.title: Netscape: └╬╝Γ
- *printSetup*printToLabel.labelString: ├Γ╖┬╟╥ ░≈:
- *printSetup*toPrinterToggle.labelString: ╟┴╕░┼═
- *printSetup*toFileToggle.labelString: ╞─└╧
- *printSetup*printCommandLabel.labelString: └╬╝Γ ╕φ╖╔:
- *printSetup*fileNameLabel.labelString: ╞─└╧ └╠╕º:
- *printSetup*browseButton.labelString: ├ú╛╞║╕▒Γ...
- *printSetup*printLabel.labelString: └╬╝Γ:
- *printSetup*firstFirstToggle.labelString: ├╣ ┬╩║╬┼═
- *printSetup*lastFirstToggle.labelString: ╕╢┴÷╕╖ ┬╩║╬┼═
- *printSetup*orientationLabel.labelString: ╣µ╟Γ:
- *printSetup*portraitToggle.labelString: ╝╝╖╬
- *printSetup*landscapeToggle.labelString: ░í╖╬
- *printSetup*printColorLabel.labelString: └╬╝Γ:
- *printSetup*greyscaleToggle.labelString: ╚µ╣Θ
- *printSetup*colorToggle.labelString: ─«╢≤
- *printSetup*paperSizeLabel.labelString: ┐δ┴÷ ┼⌐▒Γ:
- *printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
- *printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
- *printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
- *printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
- *printSetup*OK.labelString: └╬╝Γ
- *printSetup*OkLabelString: └╬╝Γ
- *printSetup*CancelLabelString: ├δ╝╥
- *printSetup*XmLabel.alignment: ALIGNMENT_END
- *printSetup*XmLabelGadget.alignment: ALIGNMENT_END
- *printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
- *printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
- *printSetup*lastFirstToggle.leftOffset: 10
- *printSetup*landscapeToggle.leftOffset: 10
- *printSetup*colorToggle.leftOffset: 10
- *printSetup*legalToggle.leftOffset: 10
- *printSetup*a4Toggle.leftOffset: 10
- *printSetup*XmLabel.rightOffset: 10
- *printSetup*XmLabelGadget.rightOffset: 10
- *printSetup*browseButton.marginHeight: 3
- *printSetup*browseButton.marginWidth: 4
- *printSetup*line.topOffset: 4
- *printSetup*printLabel.topOffset: 4
- *printSetup*firstFirstToggle.topOffset: 10
- *printSetup*portraitToggle.topOffset: 10
- *printSetup*greyscaleToggle.topOffset: 10
- *printSetup*letterToggle.topOffset: 10
- !*printSetup_popup*preeditType: none
-
- *findDialog_popup.title: Netscape: ├ú▒Γ
- *findDialog*findInLabel.labelString: ├ú▒Γ ╣ⁿ└º:
- *findDialog*msgHeaders.labelString: ╞·┤⌡┐í └╓┤┬ ╕▐╜├┴÷ ╕╙╕«╕╗
- *findDialog*msgBody.labelString: ╕▐╜├┴÷ ║╗╣«
- *findDialog*msgHeaders.indicatorType: ONE_OF_MANY
- *findDialog*msgBody.indicatorType: ONE_OF_MANY
- *findDialog*findLabel.labelString: ├ú▒Γ:
- *findDialog*findLabel.alignment: ALIGNMENT_END
- *findDialog*caseSensitive.labelString: ┤δ╝╥╣«└┌ ▒╕║╨
- *findDialog*backwards.labelString: ╡┌╖╬ ├ú▒Γ
- *findDialog*backwards.leftOffset: 20
- *findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
- *findDialog*backwards.alignment: ALIGNMENT_BEGINNING
- *findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
- *findDialog*XmToggleButtonGadget.visibleWhenOff:True
- *findDialog*OK.labelString: ├ú▒Γ
- *findDialog*OkLabelString: ├ú▒Γ
- *findDialog*Apply.labelString: ┤┘╜├ └╘╖┬
- *findDialog*ApplyLabelString: ┤┘╜├ └╘╖┬
- *findDialog*Cancel.labelString: ┤▌▒Γ
- *findDialog*CancelLabelString: ┤▌▒Γ
- !*findDialog_popup*preeditType: overthespot
- ! Bookmark Find dialog shares resources with the main find dialog
- ! Extra resources specific to bookmark find dialog
- *findDialog*lookinLabel.labelString: ├ú▒Γ ╣ⁿ└º:
- *findDialog*nameToggle.labelString: └╠╕º
- *findDialog*locationToggle.labelString: └º─í
- *findDialog*descriptionToggle.labelString: ╝│╕φ
- *findDialog*wordToggle.labelString: └ⁿ├╝ ┤▄╛ε
- *findDialog*helptext.labelString: ├ú▒Γ ╣ⁿ└º╕ª └»┴÷╟╧╖┴╕Θ ┤┘╜├ ├ú▒Γ╕ª ╗τ┐δ╟╧╜├┐└
-
- ! More resources for the Addressbook find dialog
- *findDialog*nicknameToggle.labelString: ║░╕φ
-
-
- *openURLDialog_popup.title: Netscape: URL ┐¡▒Γ
- *openURLDialog*openURLLabel.labelString: URL ┐¡▒Γ:
- *openURLDialog*OK.labelString: ┐¡▒Γ
- *openURLDialog*OkLabelString: ┐¡▒Γ
- *openURLDialog*Apply.labelString: ╗Φ┴ª
- *openURLDialog*ApplyLabelString: ╗Φ┴ª
- *openURLDialog*Cancel.labelString: ├δ╝╥
- *openURLDialog*CancelLabelString: ├δ╝╥
- *openURLDialog*openURLLabel.alignment: ALIGNMENT_END
- *openURLDialog*urlText.columns: 45
- *openURLDialog.width: 500
- !*openURLDialog_popup*preeditType: none
- *openURLDialog*openInEditor.labelString: ╞φ┴²▒Γ┐í╝¡ ┐¡▒Γ
- *openURLDialog*openInBrowser.labelString: ║Ω╢≤┐∞└·┐í╝¡ ┐¡▒Γ
-
- *message_popup.title: Netscape
- *message_popup*OK.labelString: ╚«└╬
- *message_popup*OkLabelString: ╚«└╬
-
- *error_popup.title: Netscape: ┐└╖∙
-
- *question_popup.title: Netscape: ┴·╣«
- *question_popup*OK.labelString: ╚«└╬
- *question_popup*Cancel.labelString: ├δ╝╥
-
- *prompt_popup.title: Netscape: ╚«└╬ prompt_popup.title
- *password_popup.title: Netscape: ╛╧╚ú password_popup.title
- *promptSubject_popup.title: Netscape: ┴ª╕± ╚«└╬
- !do not translate, swchi
- *stdout_popup.title: Netscape: subprocess diagnostics (stdout)
- *stderr_popup.title: Netscape: subprocess diagnostics (stderr)
- *stdout_stderr_popup.title: Netscape: subprocess diagnostics (stdout/stderr)
-
- *citing_popup.title: Netscape
- *citing_popup*messageString: \n└╬┐δ┴▀...\n
-
- *printing_popup.title: Netscape
- *printing_popup*messageString: \n└╬╝Γ┴▀...\n
-
- *deliveringMessage_popup.title: Netscape
- *deliveringMessage_popup*messageString: \n╕▐╜├┴÷ └ⁿ╝█┴▀...\n
-
- *saving_popup.title: Netscape
- *saving_popup*messageString: \n╡≡╜║┼⌐┐í └·└σ┴▀...\n
-
- *visual_popup.title: Netscape: X ║±┴╓╛≤ ║»░µ
- *visual_popup*listLabelString: ░í┤╔╟╤ ║±┴╓╛≤::
-
- *autoSaveNew.title: Netscape: ╗⌡ ╣«╝¡ └┌╡┐ └·└σ
- *autoSaveNew*yes.labelString: ┐╣
- *autoSaveNew*no.labelString: ╛╞┤╧┐└
-
- *saveFile_popup.title: Netscape: ╣«╝¡ └·└σ
- *saveFile*yes.labelString: ┐╣
- *saveFile*no.labelString: ╛╞┤╧┐└
-
-
- *saveNewFile_popup.title: Netscape: ╗⌡ ╣«╝¡ └·└σ
- *promptSubject_popup*messageString: \
- └╠ ╕▐╜├┴÷└╟ ┴ª╕±└╗ └╘╖┬╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n\
- ┴ª╕±└╗ └╘╖┬╟╧╖┴╕Θ, ┴÷▒▌ └╘╖┬╟╧╜├┐└.
-
- *dialog*OK.labelString: ╚«└╬
- *dialog*clear.labelString: ╗Φ┴ª
- *dialog*Cancel.labelString: ├δ╝╥
- *dialog*userLabel.labelString: ╗τ┐δ└┌╕φ:
- *dialog*passwdLabel.labelString: ╛╧╚ú:
- *dialog*userLabel.alignment: ALIGNMENT_END
- *dialog*passwdLabel.alignment: ALIGNMENT_END
-
- *clear.labelString: ╗Φ┴ª
- *cancel.labelString: ├δ╝╥
- *OK.labelString: ╚«└╬
-
- *citationQuery_popup.title: └╬┐δ ╜║┼╕└╧ ┴·╣«
- *citationQuery.selectionLabelString: \n\
- └ⁿ├╝ ╣«╝¡╕ª `├╖║╬'╟╧┤┬ ┤δ╜┼ `└╬┐δ'╟▀╜└┤╧┤┘.\n\
- \n\
- ▒╫░═║╕┤┘┤┬ ╣«╝¡╕ª ░ó ╟α└╟ ├│└╜┐í `>' ▒█└┌░í\n\
- ╛°╡╡╖╧ ╕▐╜├┴÷└╟ ╕╟│í┐í ├╖║╬╟╥ ╝÷ └╓╜└┤╧┤┘.\n\
- ╣▐└║ ╗τ╢≈└╠ ╣«╝¡╕ª └·└σ╟╧┐⌐ ╗τ┐δ╟╥ ╝÷ └╓╡╡╖╧\n\
- ╟╥ ╝÷ └╓╜└┤╧┤┘. ▒╫╖»╕Θ ╣▐┤┬ ╗τ╢≈└║ ╣«╝¡╕ª\n\
- └·└σ╟╧┐⌐ ╗τ┐δ╟╧▒Γ ╜▒╜└┤╧┤┘.\n\
- \n\
- └╠ ╣«╝¡╕ª ├╖║╬╖╬ ║╕│╗░┌╜└┤╧▒ε?\n
-
- *citationQuery*OK.labelString: ┼╪╜║╞« ├╖║╬╖╬\n║╕│╗▒Γ
- *citationQuery*OkLabelString: ┼╪╜║╞« ├╖║╬╖╬\n║╕│╗▒Γ
- *citationQuery*Apply.labelString: └╬┐δ└╕╖╬\n║╕│╗▒Γ
- *citationQuery*ApplyLabelString: └╬┐δ└╕╖╬\n║╕│╗▒Γ
- *citationQuery*Cancel.labelString: ├δ╝╥
- *citationQuery*CancelLabelString: ├δ╝╥
-
- *doubleCitationQuery_popup.title: └╬┐δ ╜║┼╕└╧ ┴·╣«
- *doubleCitationQuery.selectionLabelString: \n\
- ░░└║ ╣«╝¡╕ª ╡╬╣°└╠│¬ ╞≈╟╘╜├─╫╜└┤╧┤┘. ├╣╣°┬░┤┬ └╬┐δ( ┴∩,\n\
- ░ó ╟α└╟ ├│└╜└╠ `>'└╕╖╬ ╜├└█╟╒┤╧┤┘), ╡╬╣°┬░┤┬ ├╖║╬( ┴∩,\n\
- ├╖║╬ ╕▐╜├┴÷┤┬ ┐°╖í ╕▐╜├┴÷ ┤┘└╜┐í │¬┼╕││┤╧┤┘)└╘┤╧┤┘.\n\
- \n\
- └╠ ╣«╝¡╕ª ├╖║╬╖╬ ║╕│╗░┌╜└┤╧▒ε? └╬┐δ└╕╖╬ ║╕│╗░┌╜└┤╧▒ε?
-
- *doubleCitationQuery*OK.labelString: ┼╪╜║╞« ├╖║╬╖╬\n║╕│╗▒Γ
- *doubleCitationQuery*OkLabelString: ┼╪╜║╞« ├╖║╬╖╬\n║╕│╗▒Γ
- *doubleCitationQuery*Apply.labelString: └╬┐δ└╕╖╬\n║╕│╗▒Γ
- *doubleCitationQuery*ApplyLabelString: └╬┐δ└╕╖╬\n║╕│╗▒Γ
- *doubleCitationQuery*Cancel.labelString:├δ╝╥
- *doubleCitationQuery*CancelLabelString: ├δ╝╥
-
- *streamingAudioQuery_popup.title: ╝╥╕« ╡Ñ└╠┼╕└╟ ├│╕«
- *streamingAudioQuery.selectionLabelString: \
- ╝╥╕« ╡Ñ└╠┼═╕ª │╫╞«┐÷┼⌐┐í╝¡ └╨└╕╕Θ╝¡ ┐▄║╬ ╟┴╖╬▒╫╖Ñ└╕╖╬\n\
- ├Γ╖┬╟╧░┌╜└┤╧▒ε? ╛╞┤╧╕Θ ╞─└╧┐í ╕╒└· └·└σ╟╤ ╚─ ├Γ╖┬╟╧░┌╜└┤╧▒ε?
- *streamingAudioQuery*OK.labelString: │╫╞«┐÷┼⌐┐í╝¡ └╨└╕╕Θ╝¡
- *streamingAudioQuery*OkLabelString: │╫╞«┐÷┼⌐┐í╝¡ └╨└╕╕Θ╝¡
- *streamingAudioQuery*Apply.labelString: ╞─└╧┐í └·└σ╟╤ ╚─
- *streamingAudioQuery*ApplyLabelString: ╞─└╧┐í └·└σ╟╤ ╚─
- *streamingAudioQuery*Cancel.labelString:├δ╝╥
- *streamingAudioQuery*CancelLabelString: ├δ╝╥
-
- *fileSelector*filterLabelString: ╟╩┼═
- *fileSelector*dirListLabelString: ╡≡╖║┼Σ╕«
- *fileSelector*fileListLabelString: ╞─└╧
- *fileSelector*OkLabelString: ╚«└╬
- *fileSelector*ApplyLabelString: ╟╩┼═
- *fileSelector*CancelLabelString: ├δ╝╥
- *fileSelector.Selection.labelString: ╝▒┼├
- *fileSelector.pattern: *.html
- *fileSelector*fileTypeMask: FILE_ANY_TYPE
- *fileSelector*saveTypeBox.orientation: HORIZONTAL
- *fileSelector*formatType.labelString: └·└σ ╣«╝¡ ╞≈╕╦:
- !*fileSelector_popup*preeditType: overthespot
-
- *fileBrowser_popup.title: Netscape: ╞─└╧ ├ú▒Γ
- *fileBrowser*filterLabelString: ╟╩┼═
- *fileBrowser*dirListLabelString: ╡≡╖║┼Σ╕«
- *fileBrowser*fileListLabelString: ╞─└╧
- *fileBrowser*Selection.labelString: ╝▒┼├
- *fileBrowser*OkLabelString: ╚«└╬
- *fileBrowser*ApplyLabelString: ╟╩┼═
- *fileBrowser*CancelLabelString: ├δ╝╥
- *fileBrowser*HelpLabelString: ╡╡┐≥╕╗
-
- *formSubmitButton.labelString: ┴ª├Γ
- *formResetButton.labelString: └τ┴÷┴ñ
- *formButton.labelString: Monkey Brains
- *formFileBrowseButton.labelString: ├ú╛╞║╕▒Γ...
-
- !
- ! The bookmarks window
- !
- *Bookmark.mainform.width: 300
- *Bookmark.mainform.height: 400
- *Bookmark*open.labelString: ┐¡▒Γ
- *Bookmark*open.mnemonic: O
- *Bookmark*selectAll.labelString: └ⁿ├╝╝▒┼├
- *Bookmark*selectAll.mnemonic: S
- *Bookmark*menuBar.Item.labelString: ╟╫╕±
- *Bookmark*properties.labelString: ╝╙╝║...
- *Bookmark*properties.mnemonic: P
- *Bookmark*gotoBookmark.labelString: ├Ñ░Ñ╟╟╖╬ └╠╡┐
- *Bookmark*gotoBookmark.mnemonic: G
- *Bookmark*sortBookmarks.labelString: ├Ñ░Ñ╟╟ ┴ñ╖─
- *Bookmark*sortBookmarks.mnemonic: S
- *Bookmark*insertBookmark.labelString: ├Ñ░Ñ╟╟ ╗≡└╘
- *Bookmark*insertBookmark.mnemonic: B
- *Bookmark*insertHeader.labelString: ╞·┤⌡ ╗≡└╘
- *Bookmark*insertHeader.mnemonic: F
- *Bookmark*insertSeparator.labelString: ║╨╕«└┌ ╗≡└╘
- *Bookmark*insertSeparator.mnemonic: S
- *Bookmark*makeAlias.labelString: ╗τ║╗ ╕╕╡Θ▒Γ
- *Bookmark*makeAlias.mnemonic: A
- *Bookmark*newBmFolder.labelString: ╗⌡ ├Ñ░Ñ╟╟ ╞·┤⌡ ┴÷┴ñ
- *Bookmark*newBmFolder.mnemonic: N
- *Bookmark*bmMenuFolder.labelString: ├Ñ░Ñ╟╟ ╕▐┤║ ╞·┤⌡ ┴÷┴ñ
- *Bookmark*bmMenuFolder.mnemonic: M
-
- !*Bookmark*preeditType: overthespot
-
- ! Bookmarks popup menu. It has the same name as the main popup menu
- ! and hence shares the rest of the resources.
- *Bookmark*popup.title.labelString: ├Ñ░Ñ╟╟
- *titleSeparator.separatorType: XmDOUBLE_LINE
-
- ! Bookmarks edit properties window.
- !
- *bookmarkProps_popup*title: Netscape: ├Ñ░Ñ╟╟ ╝╙╝║
- *bookmarkProps*nameLabel.labelString: └╠╕º:
- *bookmarkProps*nameLabel.alignment: ALIGNMENT_END
- *bookmarkProps*locationLabel.labelString: └º─í:
- *bookmarkProps*locationLabel.alignment: ALIGNMENT_END
- *bookmarkProps*descriptionLabel.labelString: ╝│╕φ:
- *bookmarkProps*descriptionLabel.alignment: ALIGNMENT_END
- *bookmarkProps*lastvisitedLabel.labelString: ├╓┴╛ ╣µ╣«:
- *bookmarkProps*lastvisitedLabel.alignment: ALIGNMENT_END
- *bookmarkProps*addedonLabel.labelString: ╕╕╡τ │»┬Ñ:
- *bookmarkProps*addedonLabel.alignment: ALIGNMENT_END
- *bookmarkProps*descriptionText.topOffset: 8
- *bookmarkProps*descriptionText.columns: 40
- *bookmarkProps*descriptionText.rows: 5
- *bookmarkProps*aliasButton.labelString: ╗τ║╗ ╝▒┼├
-
- !
- ! Address Book
- !
- *AddressBook.mainform.width: 300
- *AddressBook.mainform.height: 400
- *AddressBook*selectAll.labelString: └ⁿ├╝╝▒┼├
- *AddressBook*selectAll.mnemonic: S
- *AddressBook*mailMessage.labelString: ╗⌡ ╕▐└╧ └█╝║
- *AddressBook*mailMessage.mnemonic: N
- *AddressBook*mailMessage.acceleratorText: Ctrl+M
- *AddressBook*menuBar.Item.labelString: ╟╫╕±
- *AddressBook*addUser.mnemonic: U
- *AddressBook*addUser.labelString: ╗τ┐δ└┌ ├▀░í...
- *AddressBook*addUser.mnemonic: U
- *AddressBook*addList.labelString: ╕±╖╧ ├▀░í...
- *AddressBook*addList.mnemonic: L
- *AddressBook*properties.labelString: ╝╙╝║...
- *AddressBook*properties.mnemonic: P
-
- ! Address Book properties window
- !
- *AddressBook*bookmarkProps_popup*title: Netscape: ┴╓╝╥╖╧ ╝╙╝║
- *AddressBook*bookmarkProps*nicknameLabel.labelString: ║░╕φ:
- *AddressBook*bookmarkProps*nicknameLabel.alignment: ALIGNMENT_END
- *AddressBook*bookmarkProps*nameLabel.labelString: └╠╕º:
- *AddressBook*bookmarkProps*locationLabel.labelString: └ⁿ└┌┐∞╞φ:
- *AddressBook*bookmarkProps*Cancel.labelString: ├δ╝╥
-
- ! Address Book popup menu. It has the same name as the main popup menu
- ! and hence shares the rest of the resources.
- *AddressBook*popup.title.labelString: ┴╓╝╥╖╧
- *AddressBook*popup.titleSeparator.separatorType: XmDOUBLE_LINE
-
-
- !
- ! Download
- !
- *download*downloadURLLabel.labelString: ╝╥╜║:
- *download*downloadFileLabel.labelString: ╕±└√┴÷:
- *download*cancel.labelString: ┴▀┴÷
- *download*downloadURLLabel.alignment: ALIGNMENT_END
- *download*downloadFileLabel.alignment: ALIGNMENT_END
-
- *download*downloadURLLabel.topOffset: 10
- *download*downloadURLLabel.leftOffset: 10
- *download*downloadURLValue.columns: 45
- *download*downloadURLValue.editable: False
- *download*downloadURLValue.cursorPositionVisible: False
- *download*downloadURLValue.leftOffset: 10
- *download*downloadURLValue.rightOffset: 10
-
- *download*downloadFileLabel.topOffset: 5
- *download*downloadFileLabel.leftOffset: 10
- *download*downloadFileLabel.bottomOffset: 15
- *download*downloadFileValue.columns: 45
- *download*downloadFileValue.editable: False
- *download*downloadFileValue.cursorPositionVisible: False
- *download*downloadFileValue.leftOffset: 10
- *download*downloadFileValue.rightOffset: 10
-
- *download*logo.topOffset: 10
- *download*cancel.marginWidth: 15
- *download*cancel.marginHeight: 10
- *download*cancel.topOffset: 20
- *download*cancel.bottomOffset: 10
-
-
- ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
- ! On SGIs, not having the class will cause the default SGI colors to
- ! be used instead of the ones specified here. With VUE, the behavior
- ! is even worse - if we're using a non-default visual (for example, if
- ! we have requested a 24-bit TrueColor visual instead of the default
- ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
- ! the default visual, and give us colors allocated from the wrong
- ! colormap, resulting in lovely effects like brown-on-brown menubars!
- !
- Netscape*thermo.slider.foreground: #0000BF
- Netscape*thermo.slider.background: #69B5B5
- Netscape*power.LED.foreground: #0000BF
- Netscape*power.LED.background: #69B5B5
-
- ! (Note: if you comment this stuff out in an attempt to let the current
- ! "scheme" override things, you'll find that the colors of the toolbar
- ! icons and the colors of form elements (like option menus) will get
- ! messed up.)
- Netscape*foreground: Black
- Netscape*background: #B2B2B2
-
- Netscape*XmTextField.foreground: Black
- Netscape*XmText.foreground: Black
- Netscape*XmList.foreground: Black
- Netscape*XmTextField.background: #D3B5B5
- Netscape*XmText.background: #D3B5B5
- *textBackground: #D3B5B5
- Netscape*XmList.background: #D3B5B5
-
- ! Colors of the outline lists used in mail and news windows.
- Netscape*XmLGrid.foreground: #000000
- Netscape*XmLGrid.background: #B2B2B2
- Netscape*XmLGrid.selectBackground: #FFFFCC
-
- ! Colors of the "Secure Document" bar.
- *secureDocumentColor: #0000BF
- *insecureDocumentColor: #B2B2B2
-
- ! Default for all buttons
- Netscape*XmPushButton*shadowThickness: 2
- Netscape*XmPushButtonGadget*shadowThickness: 2
-
- ! And for option menus:
- Netscape*XmCascadeButton.shadowThickness: 2
- Netscape*XmCascadeButtonGadget.shadowThickness: 2
-
- ! Various margin sizes
- !
- *topLeftArea.leftOffset: 0
- *topLeftArea.rightOffset: 10
- *topLeftArea.topOffset: 0
- *topLeftArea.bottomOffset: 0
- *urlText.topOffset: 4
- *urlText.bottomOffset: 4
- *urlText.leftOffset: 4
- *urlText.rightOffset: 4
- !*urlText.rightOffset: 10
- ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
- *urlLabel.topOffset: 9
- *urlLabel.leftOffset: 10
- *urlLabel.rightOffset: 10
- *historyMenuBox.topOffset: 0
- *historyMenuBox.bottomOffset: 4
- *historyMenuBox.leftOffset: 4
- *historyMenuBox.rightOffset: 4
- *logo.topOffset: 4
- *logo.bottomOffset: 4
- *logo.leftOffset: 10
- *logo.rightOffset: 10
- *historyMenuBox.marginHeight: 0
- *historyMenuBox.marginWidth: 0
-
- *toolBar*XmPushButton.leftOffset: 2
- *toolBar*XmPushButtonGadget.leftOffset: 2
- *urlBar*XmPushButton.leftOffset: 2
- *urlBar*XmPushButtonGadget.leftOffset: 2
- *toolbarFrame.leftOffset: 10
- *characterToolbarFrame.leftOffset: 2
- *paragraphToolbarFrame.leftOffset: 2
-
- *mouseDocumentation.rightOffset: 4
- *toolBar.topOffset: 0
- *toolBar.leftOffset: 10
- *toolBar.rightOffset: 0
- *toolBar.bottomOffset: 0
-
- *urlBar.topOffset: 4
- *urlBar.leftOffset: 10
- *urlBar.rightOffset: 0
- *urlBar.bottomOffset: 0
-
- ! Give it a default string to get it sized right...
- *mouseDocumentation.labelString: Mozilla
- *mouseDocumentation.alignment: ALIGNMENT_BEGINNING
- *mouseDocumentation.leftOffset: 10
-
- *docinfoLabel.leftOffset: 4
-
- *dashboard.topOffset: 0
- *dashboard.bottomOffset: 0
- *dashboard.leftOffset: 0
- *dashboard.rightOffset: 10
- ! To prevent the whole window from flickering when mouseDoc text changes...
- *dashboard.resizable: False
-
- *thermo.leftOffset: 4
- *thermo.rightOffset: 10
- *thermo.topOffset: 4
- *thermo.bottomOffset: 4
- *thermo.shadowThickness: 2
- *thermo.shadowType: SHADOW_IN
-
- *power.topOffset: 4
- *power.bottomOffset: 4
- *power.shadowThickness: 2
- *power.shadowType: SHADOW_IN
-
- *thermo.slider.width: 200
- *thermo.slider.height: 5
-
- *power.LED.width: 15
- *power.LED.height: 5
-
- *securityBar.topOffset: 4
- *securityBar.bottomOffset: 4
- *securityBar.shadowThickness: 2
- *securityBar.shadowType: SHADOW_IN
- *securityBar.LED.height: 2
-
- *topPane.shadowThickness: 2
- *bottomPane.shadowThickness: 2
- *topPane.shadowType: SHADOW_IN
- *bottomPane.shadowType: SHADOW_IN
-
- ! Go ahead, try and figure out why some of these need to be on the
- ! _popup version, and some need to be one level deeper. I dare you.
- !*dialog.width: 500
- !*history.width: 500
- !*mailto.width: 500
- !*cache_popup.width: 500
- *userConfig_popup.width: 500
- *userConfig.width: 500
- *fileSelector.width: 500
- *fileBrowser.width: 500
-
- ! I had to hardcode this in the C code - doesn't work from here...
- !*history_popup.allowShellResize: False
-
- ! Get rid of all navigation; it's totally broken for Paned windows,
- ! and for the form widgets under the drawingArea.
- *highlightThickness: 0
- *navigationType: NONE
-
- ! Uh, but turn it back on in the popups (really I'd like to turn it off
- ! in all non-popups, but I don't think there's a way to specify that...)
- *XmDialogShell*highlightThickness: 2
- *XmDialogShell*navigationType: TAB_GROUP
-
- ! Mail compose needs TAB_GROUP
- *Composition*form.navigationType: TAB_GROUP
-
- ! Uh, and turn it on only in text fields of forms.
- ! But of course this doesn't work quite right.
- *drawingArea*XmText.navigationType: TAB_GROUP
- *drawingArea*XmTextField.navigationType:TAB_GROUP
-
- ! Sorry, things don't display properly if you configure Netscape to put its
- ! scrollbars on the left or top of the document area.
- Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
-
- ! Put scrollbars right next to text fields in forms (and lists).
- *drawingArea*XmScrolledWindow.spacing: 0
-
-
- ! Do not under any circumstances change the following line:
- Netscape.version: 3.01S
-
-
- ! ============================================================================
- ! Fonts in the widgets.
- ! These fonts are all down in Motif land, and thus are not controlled by the
- ! font selector on the Preferences dialog. That applies only to fonts in
- ! the document display area.
- ! ============================================================================
- !
- !*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- ! SGI default:
- !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
- ! Sensible default:
- !*menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*menuBar*historyTruncated.fontList:\
- ! -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
- !*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*selectedLabel.fontList:\
- ! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-
- !*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
-
- ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
- ! and Address Book windows. (Note that there can't be any whitespace after
- ! the commas.)
- !*XmLGrid*fontList:\
- !-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
- !-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
- !-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
-
-
-
- ! This is the default charset for documents without the charset parameter
- ! for MIME Content-type: text. Valid values for *defaultCharset:
- ! iso-8859-1
- ! iso-8859-2
- ! iso-2022-jp
- ! shift_jis
- ! x-euc-jp
- ! big5
- ! x-euc-tw
- ! gb2312
- ! euc-kr
- ! iso-2022-kr
- ! koi8-r
- ! iso-8859-5
- ! iso-8859-7
- ! iso-8859-9
- !*defaultCharset: iso-8859-1
- !*defaultCharset: iso-8859-2
- !*defaultCharset: iso-2022-jp
- !*defaultCharset: shift_jis
- !*defaultCharset: x-euc-jp
- !*defaultCharset: big5
- !*defaultCharset: x-euc-tw
- !*defaultCharset: gb2312
- *defaultCharset: euc-kr
- !*defaultCharset: iso-2022-kr
- !*defaultCharset: koi8-r
- !*defaultCharset: iso-8859-5
- !*defaultCharset: iso-8859-7
- !*defaultCharset: iso-8859-9
-
-
-
- ! ============================================================================
- ! Fonts used in the display area.
- ! ============================================================================
-
-
- ! Default fonts for various charsets, prop(ortional) and fixed.
- !
- ! Format is foundry-family-pointsize-scaling.
- ! Pointsize is in tenths of a point.
- ! Scaling is either "scale" or "noscale".
- !
- ! These are only used the first time you start up.
- ! After that, the preferences file is used.
- ! The "Defaults" button in the Preferences dialog will revert to these.
- !
- *documentFonts.defaultFont*iso-8859-1.prop: adobe-times-120-noscale
- *documentFonts.defaultFont*iso-8859-1.fixed: adobe-courier-100-noscale
-
-
- ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
- !
- *documentFonts.face*-: normal
- *documentFonts.face*bold-i: boldItalic
- *documentFonts.face*bold-o: boldItalic
- *documentFonts.face*bold-r: bold
- *documentFonts.face*book-o: italic
- *documentFonts.face*book-r: normal
- *documentFonts.face*demi-i: boldItalic
- *documentFonts.face*demi-o: boldItalic
- *documentFonts.face*demi-r: bold
- *documentFonts.face*demibold-i: boldItalic
- *documentFonts.face*demibold-r: bold
- *documentFonts.face*light-i: italic
- *documentFonts.face*light-r: normal
- *documentFonts.face*medium-i: italic
- *documentFonts.face*medium-o: italic
- *documentFonts.face*medium-r: normal
- *documentFonts.face*medium-roman: normal
- *documentFonts.face*normal-i: italic
- *documentFonts.face*normal-r: normal
- *documentFonts.face*regular-i: italic
- *documentFonts.face*regular-r: normal
- *documentFonts.face*roman-r: normal
- *documentFonts.face*w3-r: normal
- *documentFonts.face*w3h-r: normal
- *documentFonts.face*w4-r: normal
- *documentFonts.face*w5-r: normal
- *documentFonts.face*w9-r: normal
-
-
- ! This table maps XLFD family names to nice family names
- !
- *documentFonts.family*djb: DJB
- *documentFonts.family*haebfix: Haeberli Fixed
- *documentFonts.family*itc avant garde gothic: ITC Avant Garde Gothic
- *documentFonts.family*itc bookman: ITC Bookman
- *documentFonts.family*itc zapf chancery: ITC Zapf Chancery
- *documentFonts.family*itc zapf dingbats: ITC Zapf Dingbats
- *documentFonts.family*lucidatypewriter: Lucida Typewriter
-
-
- ! This table maps XLFD foundry names to nice foundry names
- !
- *documentFonts.foundry*b&h: B&H
- *documentFonts.foundry*dec: DEC
- *documentFonts.foundry*hku: HKU
- *documentFonts.foundry*sgi: SGI
-
-
- ! This table maps MIME charsets to language groups
- !
- *documentFonts.charsetlang*gb_2312-80: Simplified Chinese
- *documentFonts.charsetlang*iso-8859-1: Western
- *documentFonts.charsetlang*iso-8859-2: Central European
- *documentFonts.charsetlang*iso-8859-5: Cyrillic
- *documentFonts.charsetlang*iso-8859-7: Greek
- *documentFonts.charsetlang*iso-8859-9: Turkish
- *documentFonts.charsetlang*jis_x0201: Japanese
- *documentFonts.charsetlang*jis_x0208-1983: Japanese
- *documentFonts.charsetlang*jis_x0212-1990: Japanese
- *documentFonts.charsetlang*koi8-r: Cyrillic
- *documentFonts.charsetlang*ks_c_5601-1987: Korean
- *documentFonts.charsetlang*x-cns11643-1110: Traditional Chinese
- *documentFonts.charsetlang*x-cns11643-1: Traditional Chinese
- *documentFonts.charsetlang*x-cns11643-2: Traditional Chinese
- *documentFonts.charsetlang*x-gb2312-11: Simplified Chinese
- *documentFonts.charsetlang*x-jisx0208-11: Japanese
- *documentFonts.charsetlang*x-ksc5601-11: Korean
- *documentFonts.charsetlang*x-x-big5: Traditional Chinese
-
-
- ! This table maps X11 font charsets to MIME charsets
- !
- *documentFonts.charset*-: x-ignore
- *documentFonts.charset*-ascii: x-ignore
- *documentFonts.charset*-dingbats: x-ignore
- *documentFonts.charset*-hiragana: x-ignore
- *documentFonts.charset*-ibm pc: x-ignore
- *documentFonts.charset*-katakana: x-ignore
- *documentFonts.charset*-roman: x-ignore
- *documentFonts.charset*-symbol: x-ignore
- *documentFonts.charset*78-h: x-ignore
- *documentFonts.charset*78.euc-h: x-ignore
- *documentFonts.charset*add-h: x-ignore
- *documentFonts.charset*adobe.cns1-0: x-ignore
- *documentFonts.charset*adobe.gb1-0: x-ignore
- *documentFonts.charset*adobe.japan1-0: x-ignore
- *documentFonts.charset*adobe.japan1-1: x-ignore
- *documentFonts.charset*adobe.japan1-2: x-ignore
- *documentFonts.charset*adobe.japan2-0: x-ignore
- *documentFonts.charset*adobe.korea1-0: x-ignore
- *documentFonts.charset*big5-0: x-x-big5
- *documentFonts.charset*big5.et-0: x-x-big5
- *documentFonts.charset*big5.et.ext-0: x-x-big5
- *documentFonts.charset*big5.etext-0: x-x-big5
- *documentFonts.charset*big5.hku-0: x-x-big5
- *documentFonts.charset*big5.hku-1: x-x-big5
- *documentFonts.charset*big5.pc-0: x-x-big5
- *documentFonts.charset*big5.shift-0: x-x-big5
- *documentFonts.charset*cmr.sun-fontspecific: x-ignore
- *documentFonts.charset*cns11643.1986-1: x-cns11643-1
- *documentFonts.charset*cns11643.1986-2: x-cns11643-2
- *documentFonts.charset*cns11643.1992-1: x-cns11643-1
- *documentFonts.charset*cns11643.1992-2: x-cns11643-2
- *documentFonts.charset*cns11643.1992.1-0: x-cns11643-1
- *documentFonts.charset*cns11643.1992.2-0: x-cns11643-2
- *documentFonts.charset*dec-decctrl: x-ignore
- *documentFonts.charset*dec-decksroman: x-ignore
- *documentFonts.charset*dec-decmath_extension: x-ignore
- *documentFonts.charset*dec-decmath_italic: x-ignore
- *documentFonts.charset*dec-decmath_symbol: x-ignore
- *documentFonts.charset*dec-decsuppl: x-ignore
- *documentFonts.charset*dec-dectech: x-ignore
- *documentFonts.charset*dec-drcs: x-ignore
- *documentFonts.charset*dec-fontspecific: x-ignore
- *documentFonts.charset*dec.cns11643.1986-2: x-cns11643-1110
- *documentFonts.charset*dec.cns11643.1986-udc: x-ignore
- *documentFonts.charset*dec.dtscs.1990-2: x-ignore
- *documentFonts.charset*euc-h: x-ignore
- *documentFonts.charset*ext-h: x-ignore
- *documentFonts.charset*gb2312.1980-0: gb_2312-80
- *documentFonts.charset*gb2312.1980-1: x-gb2312-11
- *documentFonts.charset*gb2312.1980-udc: x-ignore
- *documentFonts.charset*hojo-h: x-ignore
- *documentFonts.charset*hp-japanese15: x-ignore
- *documentFonts.charset*hp-japaneseeuc: x-ignore
- *documentFonts.charset*hp-roman8: x-ignore
- *documentFonts.charset*hpbig5-: x-x-big5
- *documentFonts.charset*ibm-850: x-ignore
- *documentFonts.charset*ibm-fontspecific: x-ignore
- *documentFonts.charset*ibm-ibmcs01007ext: x-ignore
- *documentFonts.charset*ibm-special: x-ignore
- *documentFonts.charset*ibm-udcjp: x-ignore
- *documentFonts.charset*iso646.1991-irv: x-ignore
- *documentFonts.charset*iso8859-1: iso-8859-1
- *documentFonts.charset*iso8859-2: iso-8859-2
- *documentFonts.charset*iso8859-3: x-ignore
- *documentFonts.charset*iso8859-4: x-ignore
- *documentFonts.charset*iso8859-5: iso-8859-5
- *documentFonts.charset*iso8859-6: x-ignore
- *documentFonts.charset*iso8859-7: iso-8859-7
- *documentFonts.charset*iso8859-8: x-ignore
- *documentFonts.charset*iso8859-9: iso-8859-9
- *documentFonts.charset*iso8859-adobe: x-ignore
- *documentFonts.charset*itc zapf dingbats.adobe-fontspecific: x-ignore
- *documentFonts.charset*itc zapfdingbats.sun-fontspecific: x-ignore
- *documentFonts.charset*jisx0201-romankana: x-ignore
- *documentFonts.charset*jisx0201.1976-0: jis_x0201
- *documentFonts.charset*jisx0201.1976-1: jis_x0201
- *documentFonts.charset*jisx0208-kanji00: x-ignore
- *documentFonts.charset*jisx0208-kanji11: x-ignore
- *documentFonts.charset*jisx0208.1983-0: jis_x0208-1983
- *documentFonts.charset*jisx0208.1983-1: x-jisx0208-11
- *documentFonts.charset*jisx0208.1990-0: jis_x0208-1983
- *documentFonts.charset*jisx0212.1990-0: jis_x0212-1990
- *documentFonts.charset*jisx0212.1990-ocmp.1992: jis_x0212-1990
- *documentFonts.charset*koi8-1: koi8-r
- *documentFonts.charset*koi8-r: koi8-r
- *documentFonts.charset*ks-roman: x-ignore
- *documentFonts.charset*ksc5601.1987-0: ks_c_5601-1987
- *documentFonts.charset*ksc5601.1987-1: x-ksc5601-11
- *documentFonts.charset*misc-fontspecific: x-ignore
- *documentFonts.charset*necjisx0208.1983-0: x-ignore
- *documentFonts.charset*novanet-1: x-ignore
- *documentFonts.charset*nwp-h: x-ignore
- *documentFonts.charset*pimai.adobe-fontspecific: x-ignore
- *documentFonts.charset*rksj-h: x-ignore
- *documentFonts.charset*screen.sun-fontspecific: x-ignore
- *documentFonts.charset*sgi-fontspecific: x-ignore
- *documentFonts.charset*shiftjis-0: x-ignore
- *documentFonts.charset*sunolcursor-1: x-ignore
- *documentFonts.charset*sunolglyph-1: x-ignore
- *documentFonts.charset*symbol.adobe-fontspecific: x-ignore
- *documentFonts.charset*symbol.sun-fontspecific: x-ignore
- *documentFonts.charset*tis620.2533-1: x-ignore
- *documentFonts.charset*wp-symbol: x-ignore
- *documentFonts.charset*zapfdingbats.adobe-fontspecific: x-ignore
-
-
- ! There are 7 font sizes, 1 thru 7. The default font is 3, and the others
- ! are based on this. The default increment is 20%, which means that the 4
- ! is 20% larger than the 3, the 5 is 40% larger, and so on.
- !
- *documentFonts.sizeIncrement: 20
-
-
- ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
- ! same fonts in their font path, and, to make matters even worse, they have
- ! the 75 before the 100 even if their monitor is around 100 DPI. The
- ! following is provided so that these people can hack their fonts without
- ! having to correct their font path.
- !
- ! To correct your font path, take a look at
- ! http://home.netscape.com/assist/support/client/tn/unix/10305.html
- ! which is a Technical Note linked from Help->Frequently Asked Questions.
- !
- ! The last part of the left hand side (iso-8859-1) is the MIME charset
- ! corresponding to the X11 font charset (see above).
- !
- ! To use e.g. 100 DPI fonts, change the final "*" to "100".
- !
- *documentFonts.xResolution*iso-8859-1: *
- *documentFonts.yResolution*iso-8859-1: *
-
-
- ! ============================================================================
- ! Fonts used for printing.
- ! ============================================================================
- !
- ! psname is the full PostScript font name
- ! pscode is the character encoding used in the PostScript font
- ! pswidth is the PostScript width per character, only useful for "square"
- ! fonts such as those found in East Asia
-
- ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
- ! and cannot be changed.
- !
- !*documentFonts.latin1.variable.normal*psname: Times-Roman
- !*documentFonts.latin1.variable.bold*psname: Times-Bold
- !*documentFonts.latin1.variable.italic*psname: Times-Italic
- !*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
- !*documentFonts.latin1.fixed.normal*psname: Courier
- !*documentFonts.latin1.fixed.bold*psname: Courier-Bold
- !*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
- !*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
- !*documentFonts.latin1*pscode: iso-8859-1
- !*documentFonts.latin1*pswidth: *
-
-
- ! Netscape does not differentiate between variable and fixed, and between
- ! normal, bold, italic and boldItalic for the following East Asian fonts.
- !
- ! The charset fields are the charset names corresponding to the available
- ! locales (e.g. for Japan, that would be x-euc-jp and shift_jis).
- !
- *documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
- *documentFonts.x-euc-jp*pscode: shift_jis
- *documentFonts.x-euc-jp*pswidth: 1000
- *documentFonts.shift_jis*psname: Ryumin-Light-RKSJ-H
- *documentFonts.shift_jis*pscode: shift_jis
- *documentFonts.shift_jis*pswidth: 1000
-
- *documentFonts.euc-kr*psname: SMgoJ
- *documentFonts.euc-kr*pscode: euc-kr
- *documentFonts.euc-kr*pswidth: 1000
-
- !*documentFonts.gb2312*psname: ???
- !*documentFonts.gb2312*pscode: ???
- !*documentFonts.gb2312*pswidth: ???
-
- !*documentFonts.x-euc-tw*psname: ???
- !*documentFonts.x-euc-tw*pscode: ???
- !*documentFonts.x-euc-tw*pswidth: ???
-
- !
- ! Navigator mouse documentation.
- !
- !*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- Netscape*tipLabel.background: #FFFFCC
- Netscape*tipLabel.foreground: Black
- Netscape*tipShell.borderColor: Black
- Netscape*tipShell.borderWidth: 1
-
- !
- ! Browser documentation and tip strings
- !
- ! Navigator/File menu
- *openBrowser.documentationString: ╗⌡ ╣µ╣« ╕±╖╧└╗ ░«┤┬ ╗⌡ └Ñ ║Ω╢≤┐∞└· ┐¡▒Γ
- *editorNew.documentationString: ╗⌡ ╣«╝¡ └█╝║
- *editorNewBlank.documentationString: ║±╛ε└╓┤┬ ╗⌡ ╣«╝¡ └█╝║
- *editorNewTemplate.documentationString: \
- ┼█╟├╕┤└╗ ╗τ┐δ╟╤ ╗⌡ ╣«╝¡ └█╝║
- *editorNewWizard.documentationString: \
- Netscape ╚¿╞Σ└╠┴÷┐í └╓┤┬ ╗⌡ ╣«╝¡ ╕╢╣²╗τ
- *editDocument.documentationString: ╗⌡ ╞φ┴²▒Γ └⌐╡╡┐∞┐í╝¡ ╣«╝¡ ╞φ┴²
- *openURL.documentationString: │╫╞«┐÷┼⌐ ╣«╝¡ ┐¡▒Γ
- *openFile.documentationString: ╡≡╜║┼⌐┐í╝¡ ╞─└╧ ┐¡▒Γ
- *editorOpenFile.documentationString: ╞φ┴²╟╥ ╞─└╧ ┐¡▒Γ
- *saveAs.documentationString: ╟÷└τ ╣«╝¡╕ª └·└σ
- *uploadFile.documentationString: ╟÷└τ└╟ FTP ╡≡╖║┼Σ╕«┐í ╞─└╧ ┐├╕«▒Γ(║╕│╗▒Γ)
- *mailNew.documentationString: ╗⌡ ╕▐└╧ └█╝║
- *mailto.documentationString: ╟÷└τ ╣«╝¡╕ª ╕▐└╧╖╬ ║╕│╗▒Γ
- *print.documentationString: ╟÷└τ ╣«╝¡ └╬╝Γ <Ctrl+P>
- *delete.documentationString: ╟÷└τ ├ó ┤▌▒Γ
- *quit.documentationString: ╕≡╡τ ├ó└╗ ┤▌░φ Netscape ┴╛╖ß
-
- ! Navigator/Edit menu
- *undo.documentationString: └╠└ⁿ ╕φ╖╔ ├δ╝╥
- *redo.documentationString: ╕╢┴÷╕╖ ├δ╝╥ │╗┐δ ╡╟╗∞╕«▒Γ
- *cut.documentationString: \
- ╝▒┼├ ║╬║╨└╗ └▀╢≤│╗ ┼¼╕│║╕╡σ┐í │╓▒Γ <Ctrl+X>
- *copy.documentationString: \
- ╝▒┼├ ║╬║╨└╗ ║╣╗τ╟╪ ┼¼╕│║╕╡σ┐í │╓▒Γ <Ctrl+C>
- *paste.documentationString: ┼¼╕│║╕╡σ │╗┐δ ╗≡└╘ <Ctrl+Y>
- *find.documentationString: \
- ╟÷└τ ╣«╝¡┐í╝¡ ╣«└┌┐¡ ░╦╗÷ <Ctrl+F>
- *findAgain.documentationString: ╕╢┴÷╕╖ ├ú▒Γ ╣▌║╣...
-
- ! Navigator/View menu
- *reload.documentationString: ╟÷└τ ╣«╝¡ ┤┘╜├ └╨▒Γ
- *reloadFrame.documentationString: ╟÷└τ ╟┴╖╣└╙ ┤┘╜├ └╨▒Γ
- *loadImages.documentationString: ╕▐╜├┴÷╛╚└╟ └╠╣╠┴÷ └╨▒Γ
- *refresh.documentationString: ╟÷└τ ╣«╝¡ ┤┘╜├ ▒╫╕«▒Γ
- *source.documentationString: ╟÷└τ ╣«╝¡└╟ ╝╥╜║ ║╕▒Γ
- *docInfo.documentationString: \
- ╣«╝¡ ┴ñ║╕
- *frameSource.documentationString: ╟÷└τ ╟┴╖╣└╙ ╝┐└╟ ╝╥╜║ ║╕▒Γ
- *frameInfo.documentationString: ╣«╝¡ ┴ñ║╕
-
- ! Navigator/Go menu
- *back.documentationString: ╣µ╣« ╕±╖╧└╟ └╠└ⁿ ╣«╝¡╖╬ ╡╣╛╞░í▒Γ
- *forward.documentationString: \
- ╣µ╣« ╕±╖╧└╟ ┤┘└╜ ╣«╝¡╖╬ ░í▒Γ
- *home.documentationString: \
- ╚¿╞Σ└╠┴÷╖╬ ░í▒Γ
- *abort.documentationString: └ⁿ╝█ ┴▀┴÷
-
- ! Navigator/Bookmarks menu
- *addBookmark.documentationString: \
- ╟÷└τ ╣«╝¡╕ª ├Ñ░Ñ╟╟ ╕±╖╧┐í ├▀░í
-
- ! Navigator/Options menu
- *generalPrefs.documentationString: ╟┴╖╬▒╫╖Ñ └╧╣▌ ╚»░µ╝│┴ñ ║»░µ
- *editorPrefs.documentationString: ╞φ┴²▒Γ ╝│┴ñ ║»░µ
- *mailNewsPrefs.documentationString: ╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ ║»░µ
- *networkPrefs.documentationString: │╫╞«┐÷┼⌐ ╚»░µ╝│┴ñ ║»░µ
- *securityPrefs.documentationString: ║╕╛╚ ╣╫ └┌╣┘ ╚»░µ╝│┴ñ ║»░µ
- *showMenubar.documentationString: ╕▐┤║ ╟Ñ╜├/░¿├▀▒Γ
- *showToolbar.documentationString: ╡╡▒╕╕≡└╜ ╟Ñ╜├/░¿├▀▒Γ
- *showURL.documentationString: URL ╟Ñ╜├/░¿├▀▒Γ
- *showDirectoryButtons.documentationString: ╡≡╖║┼Σ╕« ╣÷╞░ ╟Ñ╜├/░¿├▀▒Γ
- *showJavaConsole.documentationString: └┌╣┘ ─▄╝╓ ╟Ñ╜├/░¿├▀▒Γ
- !*showSecurityBar.documentationString: ║╕╛╚╜─║░╗÷ ╟Ñ╜├/░¿├▀▒Γ
- *autoLoadImages.documentationString: └╬╢≤└╬ └╠╣╠┴÷ └┌╡┐╖╬╡σ
- *docEncoding*documentationString: ╣«╝¡ └╬─┌╡∙
- *saveOptions.documentationString: ┐╔╝╟ └·└σ
-
- ! Navigator/Directory menu
- *netscape.documentationString: \
- Netscape╗τ ╚¿╞Σ└╠┴÷
- !*sgi.documentationString: Silicon Graphics, Inc. Home Page
- !*adobe.documentationString: Adobe Systems, Inc. Home Page
- *whatsNew.documentationString: └╬┼═│▌ ├╓╜┼ ╗τ└╠╞«
- *whatsCool.documentationString: ░í ║╝ ╕╕╟╤ ░≈
- *galleria.documentationString: Netscape ░╢╖»╕«╛╞
- *inetIndex.documentationString: └╬┼═│▌ ┼╜╗÷
- *inetSearch.documentationString: └╬┼═│▌ ░╦╗÷
- *inetWhite.documentationString: ╗τ╢≈░· └σ╝╥
- *inetAbout.documentationString: └╬┼═│▌┐í ┤δ╟╧┐⌐
-
- ! Navigator/Window menu
- *openMail.documentationString: ╕▐└╧ ├ó ┐¡▒Γ
- *openNews.documentationString: ┤║╜║ ├ó ┐¡▒Γ
- !*siteManager.documentationString: Pop-up Site Manager window
- *editAddressBook.documentationString: ┴╓╝╥╖╧ ┐¡▒Γ
- *viewBookmark.documentationString: ├Ñ░Ñ╟╟ ├ó ┐¡▒Γ
- *viewHistory.documentationString: ╣µ╣« ╕±╖╧ ┐¡▒Γ
- !*windowButton.documentationString: Switch to named document window
-
- ! Navigator/Help menu
- *about.documentationString: \
- ╟┴╖╬▒╫╖Ñ ┴ñ║╕ ╟Ñ╜├, ║╕└ⁿ ╣╫ └·└█▒╟
- *aboutplugins.documentationString: ╟├╖»▒╫└╬ ┴ñ║╕
- *registration.documentationString: \
- ┴ª╟░ ╡ε╖╧░· ╣÷└ⁿ ┴ñ║╕
- *upgrade.documentationString: \
- Netscape ╝╥╟┴╞«┐■╛ε┐═ ╛≈▒╫╖╣└╠╡σ ┴ñ║╕
- !*webStarter.documentationString: \
- ╗⌡ └Ñ └·└█└┌╕ª └º╟╤ └┌┐°└╟ ┴ñ║╕┐═ ╕╡┼⌐
- *manual.documentationString: ┐┬╢≤└╬ ╕▐┤║╛≤
- *relnotes.documentationString: \
- ╗τ┐δ╟╧░φ └╓┤┬ Netscape ╣÷└ⁿ ┴ñ║╕
- *faq.documentationString: └╧╣▌└√└╬ ┴·╣«┐í ┤δ╟╤ ┤Σ║»
- *aboutSecurity.documentationString: Netscape ║╕╛╚ ┴ñ║╕
- *feedback.documentationString: \
- Netscape┐í ╣«┴ª ╛╦╕«▒Γ
- *support.documentationString: \
- Netscape ┴÷┐°╣▐┤┬ ╣µ╣²
- *howTo.documentationString: └Ñ ╝¡║±╜║ └█╝║╣µ╣²
-
- ! Navigator/Toolbar (tip strings and special documentation strings)
- *back.tipString: ╣µ╣« ╕±╖╧└╟ └╠└ⁿ ╣«╝¡╖╬ ╡╣╛╞░í▒Γ
- *forward.tipString: ╣µ╣« ╕±╖╧└╟ ┤┘└╜ ╣«╝¡╖╬ ░í▒Γ
- *home.tipString: ╚¿╞Σ└╠┴÷╖╬ ░í▒Γ
- *editDocument.tipString: ╣«╝¡ ╞φ┴²
- *reload.tipString: ┤┘╜├ └╨▒Γ
- *loadImages.tipString: └╠╣╠┴÷ └╨▒Γ
- *openURL.tipString: │╫┼⌐┐÷┼⌐ ╣«╝¡ ┐¡▒Γ
- *print.tipString: ╟÷└τ ╣«╝¡ └╬╝Γ
- *find.tipString: ╟÷└τ ╣«╝¡┐í╝¡ ╣«└┌┐¡ ░╦╗÷
- *abort.tipString: └ⁿ╝█ ┴▀┴÷
- ! Same as Help/about menu item
- *logo.documentationString: \
- Netscape ╚¿╞Σ└╠┴÷(┐╡╣«)╖╬ ░í▒Γ
- *logo.tipString: Netscape ╚¿╞Σ└╠┴÷
-
- ! Navigatpr/Dashboard
- *docinfoLabel.documentationString: \
- ║╕╛╚╜─║░┐¡╝Φ, ║┘╛ε └╓└╕╕Θ ╛╚└ⁿ╟╤ ╣«╝¡└╙
- *docinfoLabel.tipString: ║╕╛╚╜─║░┐¡╝Φ
- *biffButton.documentationString: ╕▐└╧ ├ó└╗ ┐¡░φ ╗⌡ ╕▐└╧ ┴í░╦
- *biffButton.tipString: ╕▐└╧ ┴í░╦
-
- ! Editor/File menu (additonal items)
- *Editor*editorNewBlank.documentationString: ║±╛ε└╓┤┬ ╗⌡ ╣«╝¡ └█╝║ <Ctrl+N>
- *editorBrowse.documentationString: ╟÷└τ ╣«╝¡╕ª ║Ω╢≤┐∞└· ├ó┐í╝¡ ┐¡▒Γ
- *Editor*editorOpenFile.documentationString: ╞φ┴²╟╥ ╞─└╧ ┐¡▒Γ <Ctrl+O>
- *Editor*save.documentationString: ╟÷└τ ╣«╝¡ └·└σ <Ctrl+S>
- *Editor*saveAs.documentationString: ╟÷└τ ╣«╝¡╕ª ╗⌡└╠╕º└╕╖╬ └·└σ
- *publish.documentationString: \
- ╟÷└τ ╞─└╧ ╢╟┤┬ ╡≡╖║┼Σ╕«╕ª ╝¡╣÷┐í ┐├╕«▒Γ
-
- ! Editor/Edit menu (additonal items)
- *deleteItem.documentationString: ╝▒┼├ │╗┐δ ╢╟┤┬ ┤┘└╜ ╟╫╕± ╗Φ┴ª
- *selectAll.documentationString: ╣«╝¡ └ⁿ├╝ ╝▒┼├
- *selectTable.documentationString: ┼╫└╠║φ └ⁿ├╝ ╝▒┼├
- *deleteTable.documentationString: ╟÷└τ ─┐╝¡└º─í┐í╝¡ ┼╫└╠║φ ╗Φ┴ª
- *deleteRow.documentationString: ┼╫└╠║φ┐í╝¡ ╟α ╗Φ┴ª
- *deleteColumn.documentationString: ┼╫└╠║φ┐í╝¡ ┐¡ ╗Φ┴ª
- *deleteCell.documentationString: ┼╫└╠║φ┐í╝¡ ╝┐ ╗Φ┴ª
- *removeLinks.documentationString: \
- ─┐╝¡ └º─í ╢╟┤┬ ╝▒┼├╟╤ ┐╡┐¬│╗└╟ ╕≡╡τ ╕╡┼⌐ ╗Φ┴ª
-
- ! Editor/View menu (additonal items)
- *editSource.documentationString: ┐▄║╬ ╟┴╖╬▒╫╖Ñ└╕╖╬ ╣«╝¡ ╞─└╧ ╞φ┴²
- *paragraphMarks.documentationString: ░ó ┤▄╢⌠ │í┐í ▒╫╖í╟╚ ▒Γ╚ú ╟Ñ╜├
- *displayTables.documentationString: ╟÷└τ ╣«╝¡┐í╝¡ ┼╫└╠║φ ╟Ñ╜├
-
- ! Editor/Insert menu (additonal menu)
- *insertLink.documentationString: \
- ╟÷└τ ─┐╝¡ └º─í┐í ╗⌡ ╕╡┼⌐ ╗≡└╘ ╚ñ└║ ╝▒┼├╟╤ ┼╪╜║╞«│¬ └╠╣╠┴÷└╟ ╕╡┼⌐ └█╝║
- *insertTarget.documentationString: └╠╕º ║┘└║ ╛▐─┐(Named Anchor)╢≤░φ ║╬╕ú┤┬ └╠╡┐ ╟Ñ╜─ ╗≡└╘
- *insertImage.documentationString: ╟÷└τ ─┐╝¡ └º─í┐í └╠╣╠┴÷ ╗≡└╘
- *insertHorizontalLine.documentationString: \
- ╟÷└τ ─┐╝¡ └º─í┐í ╝÷╞≥╝▒ ╗≡└╘
- *insertHtmlTag.documentationString: \
- ─┐╝¡ └º─í┐í └╙└╟└╟ HTML ┼┬▒╫ ╗≡└╘
- *insertTable.documentationString: ╟÷└τ ─┐╝¡ └º─í┐í ┼╫└╠║φ ╗≡└╘
- *insertRow.documentationString: ┼╫└╠║φ┐í ╗⌡╖╬┐ε ╟α ╗≡└╘
- *insertColumn.documentationString: ┼╫└╠║φ┐í ╗⌡╖╬┐ε ┐¡ ╗≡└╘
- *insertCell.documentationString: \
- ┼╫└╠║φ┐í ╗⌡╖╬┐ε ╝┐ ╗≡└╘
- *insertNewLineBreak.documentationString: ╗⌡╖╬┐ε ╟α┐í╝¡ ┼╪╜║╞«╕ª ╜├└█╟╧▒Γ└º╟╪ ┴┘╣┘▓▐
- *insertBreakBelow.documentationString: \
- └╠╣╠┴÷ ╣╪┐í╝¡ ┼╪╜║╞«╕ª ╜├└█╟╧▒Γ└º╟╪ ┴┘╣┘▓▐
- *insertNonBreaking.documentationString: \
- ─┐╝¡ └º─í┐í ┐¼╝╙ ░°╣Θ ╣«└┌ ╗≡└╘
-
- ! Editor/Properties menu (additonal menu)
- *textProperties.documentationString: ╣«└┌,┤▄╢⌠,▒█▓├ ╝╙╝║ ║»░µ
- *linkProperties.documentationString: ╕╡┼⌐ ╝╙╝║ ║»░µ
- *targetProperties.documentationString: └╠╕º ║┘└║ ╛▐─┐(Named Anchor)╢≤░φ ║╬╕ú┤┬ └╠╡┐ ╟Ñ╜─ ╝╙╝║ ║»░µ
- *imageProperties.documentationString: └╠╣╠┴÷ ╝╙╝║ ║»░µ
- *tableProperties.documentationString: ┼╫└╠║φ, ╟α, ╝┐ ╝╙╝║ ║»░µ
- *hruleProperties.documentationString: ╝÷╞≥╝▒ ╝╙╝║ ║»░µ
- *tagProperties.documentationString: HTML ┼┬▒╫ ╝╙╝║ ║»░µ
- *documentProperties.documentationString: \
- ╣«╝¡ ╝╙╝║ ║»░µ
-
- *bold.documentationString: ║╝╡σ ╜║┼╕└╧╖╬ ╝│┴ñ <Ctrl+B>
- *italic.documentationString: └╠┼┌╕»├╝ ╜║┼╕└╧╖╬ ╝│┴ñ <Ctrl+I>
- *underline.documentationString: ╣╪┴┘ ╜║┼╕└╧╖╬ ╝│┴ñ <Ctrl+U>
- *fixed.documentationString: ░φ┴ñ╞°└╕╖╬ ╜║┼╕└╧ ╝│┴ñ <Ctrl+T>
- *superscript.documentationString: └º├╖└┌ ╜║┼╕└╧╖╬ ╝│┴ñ
- *subscript.documentationString: ╛╞╖í├╖└┌ ╜║┼╕└╧╖╬ ╝│┴ñ
- *strikethrough.documentationString: ├δ╝╥╝▒ ╜║┼╕└╧╖╬ ╝│┴ñ
- *blink.documentationString: ▒⌠╣┌└╙ ╜║┼╕└╧╖╬ ╝│┴ñ
- *textColor.documentationString: ▒█▓├ ╗÷ ║»░µ
- *defaultColor.documentationString: ╣«╝¡└╟ ▒Γ║╗ ▒█▓├╗÷└╕╖╬ ║»░µ
- *serverJavaScript.documentationString: ╝¡╣÷ └┌╣┘ ╜║┼⌐╕│╞«╕ª ╟Ñ╜├╟╥ ╣«└┌ ╜║┼╕└╧ ╝│┴ñ
- *clientJavaScript.documentationString: ┼¼╢≤└╠╛≡╞« └┌╣┘ ╜║┼⌐╕│╞«╕ª ╟Ñ╜├╟╥ ╣«└┌ ╜║┼╕└╧ ╝│┴ñ
- *clearAllStyles.documentationString: \
- ╕≡╡τ ╣«└┌ ╜║┼╕└╧░· ╕╡┼⌐ ╝╙╝║ ╗Φ┴ª <Ctrl+K>
- *fontSize*documentationString: ▒█▓├ ┼⌐▒Γ ║»░µ
- *paragraphProperties.indent.documentationString: \
- ┤▄╢⌠ ╡Θ┐⌐╛▓▒Γ ╟╤ ┤▄░Φ ┴⌡░í
- *paragraphProperties.outdent.documentationString: \
- ┤▄╢⌠ ╡Θ┐⌐╛▓▒Γ ╟╤ ┤▄░Φ ░¿╝╥
- *paragraphProperties*documentationString: \
- ┤▄╢⌠ ╢╟┤┬ ╕╙╕«╕╗ ╜║┼╕└╧ ║»░µ
-
- ! Editor/Options menu (additional items)
- *Editor*showToolbar.documentationString: ╞─└╧/╞φ┴² ╡╡▒╕╕≡└╜ ╟Ñ╜├/░¿├▀▒Γ
- *showCharacter.documentationString: ╣«└┌ ╡╡▒╕╕≡└╜ ╟Ñ╜├/░¿├▀▒Γ
- *showParagraph.documentationString: ┤▄╢⌠ ╡╡▒╕╕≡└╜ ╟Ñ╜├/░¿├▀▒Γ
-
- ! Editor/Toolbar
- *editorNewBlank.tipString: ╗⌡ ╣«╝¡
- *editorOpenFile.tipString: ╞─└╧ ┐¡▒Γ
- *save.tipString: └·└σ
- *editorBrowse.tipString: ║Ω╢≤┐∞└·┐í╝¡ ║╕▒Γ
- *cut.tipString: └▀╢≤│╗▒Γ
- *copy.tipString: ║╣╗τ
- *paste.tipString: ║┘┐⌐│╓▒Γ
- *publish.tipString: ├Γ╞╟ ╣«╝¡
-
- *charSizeShrink.documentationString: ▒█▓├ ┼⌐▒Γ 1 ░¿╝╥
- *charSizeShrink.tipString: ▒█▓├ ┼⌐▒Γ ░¿╝╥
- *charSizeGrow.documentationString: ▒█▓├ ┼⌐▒Γ 1 ┴⌡░í
- *charSizeGrow.tipString: ▒█▓├ ┼⌐▒Γ ┴⌡░í
- *fontSize.documentationString: ▒█▓├ ┼⌐▒Γ ╝│┴ñ
- *fontSize.tipString: ▒█▓├ ┼⌐▒Γ ╝│┴ñ
- !*bold.documentationString: Set the style to Bold <Ctrl+B>
- *bold.tipString: ║╝╡σ
- !*italic.documentationString: Set the style to Italic <Ctrl+I>
- *italic.tipString: └╠┼┌╕»├╝
- !*fixed.documentationString: Set the style to Fixed Width <Ctrl+T>
- *fixed.tipString: ░φ┴ñ╞°
- !*textColor.documentationString: Change or edit current font color
- *textColor.tipString: ▒█▓├╗÷
- *makeLink.documentationString: \
- ░¡┴╢ ╟Ñ╜├╡╚ ┼╪╜║╞«┐í ╕╡┼⌐ ╕╕╡Θ▒Γ, ╟÷└τ ╕╡┼⌐ ║»░µ ╚ñ└║ ╗⌡╖╬┐ε ╕╡┼⌐ ╗≡└╘
- *makeLink.tipString: ╕╡┼⌐ ╕╕╡Θ▒Γ
- *clearAllStyles.tipString: ╕≡╡τ ╜║┼╕└╧ ╗Φ┴ª
- *insertTarget.documentationString: └╠╕º ║┘└║ ╛▐─┐(Named Anchor)╢≤░φ ║╬╕ú┤┬ └╠╡┐ ╟Ñ╜─ ╗≡└╘
- *insertTarget.tipString: └╠╡┐ ╟Ñ╜─ ╗≡└╘
- *insertImage.documentationString: ╟÷└τ ─┐╝¡ └º─í┐í └╠╣╠┴÷ ╗≡└╘
- *insertImage.tipString: └╠╣╠┴÷ ╗≡└╘
- *insertHorizontalLine.documentationString: \
- ╟÷└τ ─┐╝¡ └º─í┐í ╝÷╞≥╝▒ ╗≡└╘
- *insertHorizontalLine.tipString: ╝÷╞≥╝▒ ╗≡└╘
- !*insertTable.documentationString: ╟÷└τ ─┐╝¡ └º─í┐í ┼╫└╠║φ ╗≡└╘
- *insertTable.tipString: ┼╫└╠║φ ╗≡└╘
- *objectProperties.documentationString: \
- ─┐╝¡ └º─í┐í ░┤├╝ ╝╙╝║ ║»░µ
- *objectProperties.tipString: ░┤├╝ ╝╙╝║
-
- *paragraphProperties.documentationString: ┤▄╢⌠ ╢╟┤┬ ╕╙╕«╕╗ ╜║┼╕└╧ ║»░µ
- *paragraphProperties.tipString: ┤▄╢⌠ ╜║┼╕└╧ ║»░µ
- *insertBulleted.documentationString: \
- ╣°╚ú ╛°┤┬ ╕«╜║╞« ╜├└█, ║»░µ, ╗Φ┴ª
- *insertBulleted.tipString: ║╥╕┤ ╕«╜║╞«
- *insertNumbered.documentationString: \
- ╣°╚ú └╓┤┬ ╕«╜║╞« ╜├└█, ║»░µ, ╗Φ┴ª
- *insertNumbered.tipString: ╣°╚ú └╓┤┬ ╕«╜║╞«
- *indent.documentationString: \
- ┤▄╢⌠ ╡Θ┐⌐╛▓▒Γ ╟╤┤▄░Φ ┴⌡░í <Tab>
- *indent.tipString: ╡Θ┐⌐╛▓▒Γ ┴⌡░í
- *outdent.documentationString: \
- ┤▄╢⌠ ╡Θ┐⌐╛▓▒Γ╕ª ╟╤┤▄░Φ ░¿╝╥ <Shift+Tab>
- *outdent.tipString: ╡Θ┐⌐╛▓▒Γ ░¿╝╥
- *alignLeft.documentationString: ┐▐┬╩ ┴ñ╖─
- *alignLeft.tipString: ┐▐┬╩ ┴ñ╖─
- *alignCenter.documentationString: ░í┐ε╡Ñ ┴ñ╖─
- *alignCenter.tipString: ░í┐ε╡Ñ ┴ñ╖─
- *alignRight.documentationString: ┐└╕Ñ┬╩ ┴ñ╖─
- *alignRight.tipString: ┐└╕Ñ┬╩ ┴ñ╖─
-
- ! Editor/Popups (additional items)
- *browseLink.documentationString: └╠ ╕╡┼⌐ ║Ω╢≤┐∞┴ε
- *editLink.documentationString: ╗⌡ ╞φ┴²▒Γ ├ó┐í╝¡ ╕╡┼⌐ ┐¡▒Γ
- *bookmarkLink.documentationString: ╟÷└τ ╕╡┼⌐╕ª ├Ñ░Ñ╟╟ ╕±╖╧┐í ├▀░í
- *copyLink.documentationString: └╠ ╕╡┼⌐╕ª ┼¼╕│║╕╡σ┐í ║╣╗τ
- *removeLink.documentationString: \
- ─┐╝¡ └º─í ╢╟┤┬ ╝▒┼├╟╤ ┐╡┐¬│╗└╟ ╕≡╡τ ╕╡┼⌐ ╗Φ┴ª
-
- ! Mail/File menu (additional items)
- *newFolder.documentationString: ╗⌡ ╞φ┴÷╟╘ └█╝║
- *openFolder.documentationString: ╗⌡ ╞φ┴÷╟╘ ├▀░í
- *saveMessageAs.documentationString: \
- ╝▒┼├╟╤ ╕▐╜├┴÷ └·└σ
- !*deliverQueuedMessages.documentationString: Deliver any queued messages
- *emptyTrash.documentationString: ╚▐┴÷┼δ(Trash)│╗└╟ ╕≡╡τ ╕▐╜├┴÷ ╗Φ┴ª
- *compressFolder.documentationString: ╞φ┴÷╟╘└╟ ┴÷┐ε ╕▐╜├┴÷╕ª ┴°┬Ñ ╗Φ┴ª
-
- ! Mail/Edit menu (additional items)
- *deleteMessage.documentationString: ╕▐╜├┴÷╕ª ╚▐┴÷┼δ(Trash)└╕╖╬ ┐┼▒Φ
- *deleteFolder.documentationString: ╝▒┼├╡╚ ╞φ┴÷╟╘ ╗Φ┴ª
- *selectThread.documentationString: \
- ╞·┤⌡┐í╝¡ └╠ ╛▓╖╣╡σ ╝▒┼├
- *selectMarkedMessages.documentationString: \
- ▒Ω╣▀ ╟Ñ╜├╡╚ ╕≡╡τ ╕▐╜├┴÷ ╝▒┼├
- *selectAllMessages.documentationString: ╕≡╡τ ╕▐╜├┴÷ ╝▒┼├
-
- ! Mail/View menu (additional items)
- *reSort.documentationString: └τ┴ñ╖─
- *threadMessages.documentationString: ░ⁿ╖├╡╚ ╕▐╜├┴÷║░╖╬ ┴ñ╖─
- *sortBackward.documentationString: \
- ┴ñ╖─ ╝°╝¡ ╝│┴ñ: ┐└╕º┬≈╝° ╢╟┤┬ │╗╕▓┬≈╝°
- *sortByDate.documentationString: │»┬Ñ╝° ┴ñ╖─
- *sortBySubject.documentationString: ┴ª╕±╝° ┴ñ╖─
- *sortBySender.documentationString: ║╕│╜ ╗τ╢≈╝°└╕╖╬ ┴ñ╖─
- *sortByMessageNumber.documentationString: ╕▐╜├┴÷ ╣°╚ú╝°└╕╖╬ ┴ñ╖─
- *rot13Message.documentationString: ╜║┼⌐╖Ñ║φ ╟╪┴ª
- *wrapLongLines.documentationString: └┌╡┐ ┴┘╣┘▓▐
- *attachmentsInline.documentationString: \
- ├╖║╬ ╞─└╧└╗ └╬╢≤└╬ ░┤├╝╖╬ ╟Ñ╜├
- *attachmentsAsLinks.documentationString: ├╖║╬╕ª ╕╡┼⌐╖╬ ╟Ñ╜├
-
- ! Mail/Message menu (additional items)
- *replyToSender.documentationString: ║╕│╜ ╗τ╢≈┐í░╘ ┤Σ└σ
- *replyToAll.documentationString: ║╕│╜ ╗τ╢≈└╗ ╞≈╟╘╟╧┐⌐ ╕≡╡╬┐í░╘ ┤Σ└σ
- *forwardMessage.documentationString: ╟÷└τ ╕▐╜├┴÷╕ª ├╖║╬╖╬ └ⁿ┤▐
- *forwardMessageQuoted.documentationString: \
- ╟÷└τ ╕▐╜├┴÷╕ª └╬┐δ└╕╖╬ └ⁿ┤▐
- *markSelectedRead.documentationString: └╨└║ ╕▐╜├┴÷╖╬ ║»░µ
- *markSelectedUnread.documentationString: └╨┴÷ ╛╩└║ ╕▐╜├┴÷╖╬ ║»░µ
- *markSelectedMessages.documentationString: \
- ╟÷└τ ╝▒┼├╟╤ ╕▐╜├┴÷┐í ▒Ω╣▀ ╟Ñ╜├╟╧▒Γ
- *unmarkSelectedMessages.documentationString: \
- ╟÷└τ ╝▒┼├╟╤ ╕▐╜├┴÷└╟ ▒Ω╣▀ ╟Ñ╜├┴÷┐∞▒Γ
- *editAddress.documentationString: \
- ┴╓╝╥╖╧┐í ╕▐╜├┴÷ ║╕│╜ ╗τ╢≈ ├▀░í
- *moveMessagesInto*documentationString: \
- ╝▒┼├╟╤ ╕▐╜├┴÷╕ª ┐┼▒Γ▒Γ
- *copyMessagesInto*documentationString: \
- ╝▒┼├╟╤ ╕▐╜├┴÷╕ª ║╣╗τ╟╧▒Γ
-
- ! Mail/Go menu (additional items)
- *nextMessage.documentationString: ┤┘└╜ ╕▐╜├┴÷ ║╕▒Γ
- *previousMessage.documentationString: └╠└ⁿ ╕▐╜├┴÷ ║╕▒Γ
- *firstUnreadMessage.documentationString: └╨┴÷ ╛╩└║ ├╣╣°┬░ ╕▐╜├┴÷╖╬ ░í▒Γ
- *nextUnreadMessage.documentationString: \
- └╨┴÷ ╛╩└║ ┤┘└╜ ╕▐╜├┴÷╖╬ ░í▒Γ
- *previousUnreadMessage.documentationString: \
- └╨┴÷ ╛╩└║ └╠└ⁿ ╕▐╜├┴÷╖╬ ░í▒Γ
- *firstMarkedMessage.documentationString: ▒Ω╣▀ ╟Ñ╜├╡╚ ├╣╣°┬░ ╕▐╜├┴÷╖╬ ░í▒Γ
- *nextMarkedMessage.documentationString: ▒Ω╣▀ ╟Ñ╜├╡╚ ┤┘└╜ ╕▐╜├┴÷╖╬ ░í▒Γ
- *previousMarkedMessage.documentationString: ▒Ω╣▀ ╟Ñ╜├╡╚ └╠└ⁿ ╕▐╜├┴÷╖╬ ░í▒Γ
-
- ! Mail/Options menu (additional items)
- *showAllMessages.documentationString: ╕≡╡τ ╕▐╜├┴÷ ╟Ñ╜├
- *showOnlyUnread.documentationString: \
- └╨┴÷ ╛╩└║ ╕▐╜├┴÷╕╕ ╟Ñ╜├
- *showAllHeaders.documentationString: \
- ╕▐╜├┴÷ ╟Ñ╜├╟╥ ╢º ╕≡╡τ ╕╙╕«╕╗ ╟Ñ╜├
- *showSomeHeaders.documentationString: \
- ╕▐╜├┴÷ ╟Ñ╜├╟╥ ╢º └╧║╬ ╕╙╕«╕╗ ╟Ñ╜├
- *showMicroHeaders.documentationString: \
- ╕▐╜├┴÷ ╟Ñ╜├╟╥ ╢º ┐Σ╛α╟╧┐⌐ ╕╙╕«╕╗ ╟Ñ╜├
-
- ! Mail/Toolbar
- *getNewMail.documentationString: ╗⌡ ╕▐└╧ ┴í░╦
- *getNewMail.tipString: ╕▐└╧ ╣▐▒Γ
- *deleteMessage.tipString: ╗Φ┴ª
- *mailNew.tipString: ╗⌡ ╕▐╜├┴÷
- *replyToSender.tipString: ┤Σ└σ
- *replyToAll.tipString: ╕≡╡╬┐í░╘ ┤Σ└σ
- *forwardMessage.tipString: ├╖║╬ └ⁿ┤▐
- *previousUnreadMessage.tipString: └╨┴÷ ╛╩└║ └╠└ⁿ ╕▐╜├┴÷
- *nextUnreadMessage.tipString: └╨┴÷ ╛╩└║ ┤┘└╜ ╕▐╜├┴÷
-
- ! Composition/Edit menu (additional items)
- *pasteQuote.documentationString: ┼¼╕│║╕╡σ │╗┐δ└╗ └╬┐δ└╕╖╬ ╗≡└╘
- *clear.documentationString: ╝▒┼├ │╗┐δ ╗Φ┴ª
- *clearAllText.documentationString: ╕≡╡τ │╗┐δ ╗Φ┴ª
- *selectAllText.documentationString: └ⁿ├╝ │╗┐δ ╝▒┼├
- *rot13.documentationString: ╕▐╜├┴÷ ┼╪╜║╞«╕ª 13╣«└┌ └╠╡┐(┐╡╣«)
-
- ! Composition/View menu (additional items)
- *showFrom.documentationString: ╣▀╜┼(From)
- *showReplyTo.documentationString: ╣▀╜┼(Reply To)
- *showTo.documentationString: ╝÷╜┼(Mail To)
- *showCC.documentationString: ┬ⁿ┴╢(Mail Cc)
- *showBCC.documentationString: ╝√└║ ┬ⁿ┴╢(Mail Bcc)
- *showFCC.documentationString: ╞─└╧ ┬ⁿ┴╢(File Cc)
- *showPostTo.documentationString: ┤║╜║ ▒╫╖∞(Newstroups)
- *showFollowupTo.documentationString: ┤Σ└σ ╣▐└╗ ┤║╜║ ▒╫╖∞(Followup To)
- *showSubject.documentationString: ┴ª╕±(Subject)
- *showAttachments.documentationString: ├╖║╬(Attachement)
- *wrapLines.documentationString: 72└┌║╕┤┘ ▒Σ ┴┘└╗ └┌╡┐ ┴┘╣┘▓▐
-
- ! Composition/Options menu (additional items)
- *deliverNow.documentationString: ┴÷▒▌ ║╕│╗▒Γ
- *deliverLater.documentationString: │¬┴▀┐í ║╕│╗▒Γ
-
- ! Compose/Toolbar
- *sendOrSendLater.documentationString: ╟÷└τ ╕▐╜├┴÷ ║╕│╗▒Γ
- *sendOrSendLater.tipString: ╕▐╜├┴÷ ║╕│╗▒Γ
- *quoteMessage.documentationString: \
- ┐°╖í ╣«╝¡╕ª └╬┐δ└╕╖╬ ║┘┐⌐│╓▒Γ
- *quoteMessage.tipString: ┐°╣« └╬┐δ
- *attachFile.documentationString: \
- ╟÷└τ ╕▐╜├┴÷┐í ╞─└╧ ├╖║╬
- *attachFile.tipString: ╞─└╧ ├╖║╬
- !*editAddressBook.documentationString: ┴╓╝╥╖╧ ┐¡▒Γ
- *editAddressBook.tipString: ┴╓╝╥╖╧
-
- ! News/File menu (additional items)
- *postNew.documentationString: ╗⌡ ┤║╜║╕ª └█╝║╟╧┐⌐ ┐├╕«▒Γ
- *openNewsHost.documentationString: ┤║╜║ ╝¡╣÷ ╕±╖╧┐í ╗⌡ ╝¡╣÷ ├▀░í
- *deleteNewsHost.documentationString: ┤║╜║ ╝¡╣÷ ╕±╖╧┐í╝¡ ╝¡╣÷ ╗Φ┴ª
- *addNewsgroup.documentationString: ░│║░ ┤║╜║ ▒╫╖∞ ├▀░í
- *getMoreMessages.documentationString: ╕▐╜├┴÷ ░Φ╝╙ ╣▐▒Γ
-
- ! News/Edit menu (additional items)
- *cancelMessage.documentationString: \
- ╝▒┼├╟╤ ╕▐╜├┴÷ ┤║╜║ ▒╫╖∞┐í╝¡ ╗Φ┴ª
-
- ! News/Message menu (additional items)
- *postReply.documentationString: ┤║╜║ ▒╫╖∞┐í ┤Σ└σ
- *postAndMailReply.documentationString: \
- ╗⌡ ┤║╜║ ┐├╕«▒Γ ╣╫ ╕▐└╧ ┤Σ└σ
- *replyToSender.documentationString: ┤Σ└σ
- *markThreadRead.documentationString: └╨└║ ╛▓╖╣╡σ╖╬ ╟Ñ╜├
- *markAllRead.documentationString: ╕≡╡╬ └╨└║ ░═└╕╖╬ ╟Ñ╜├
-
- ! News/Options menu (additional items)
- *showSubscribedNewsGroups.documentationString: \
- ▒╕╡╢┴▀└╬ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
- *showActiveNewsGroups.documentationString: \
- └╨┴÷ ╛╩└║ ╕▐╜├┴÷░í └╓┤┬ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
- *showAllNewsGroups.documentationString: \
- └╠ ┤║╜║ ╝¡╣÷└╟ ╕≡╡τ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
- *checkNewNewsGroups.documentationString: \
- └╠ ┤║╜║ ╝¡╣÷└╟ ╗⌡ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
- *addFromNewest.documentationString: \
- ├▀░í ╕▐╜├┴÷╕ª ╣▐└╗ ╢º, ├╓╜┼ ╕▐╜├┴÷║╬┼═ ╣▐▒Γ
- *addFromOldest.documentationString: ├▀░í ╕▐╜├┴÷╕ª ╣▐└╗ ╢º, ┐└╖í╡╚ ╕▐╜├┴÷║╬┼═ ╣▐▒Γ
-
- ! News/Toolbar
- *postNew.tipString: ╗⌡ ┤║╜║ ┐├╕«▒Γ
- *postReply.tipString: ┤║╜║ ┤Σ└σ
- *postAndMailReply.tipString: ┤║╜║ ╣╫ ╕▐└╧ ┤Σ└σ
- *markThreadRead.tipString: └╨└║ ╛▓╖╣╡σ╖╬ ╟Ñ╜├
- *markAllRead.tipString: ╕≡╡╬ └╨└║ ░═└╕╖╬ ╟Ñ╜├
- *fontList:\
- -sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
- -ksg-mj-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0:
-
-
- *versionLocale: ko
-
- *url.whats_new: http://home.kr.netscape.com/ko/home/whats-new.html
- *url.whats_cool:http://home.kr.netscape.com/ko/home/whats-cool.html
- *url.directory: http://home.kr.netscape.com/ko/home/internet-directory.html
- *url.search: http://home.kr.netscape.com/ko/home/internet-search.html
- *url.white: http://home.kr.netscape.com/ko/home/internet-white-pages.html
- *url.about: http://home.kr.netscape.com/ko/home/about-the-internet.html
- *url.howto: http://home.kr.netscape.com/ko/home/how-to-create-web-services.html
- *url.netscape: http://home.kr.netscape.com/ko/
- *url.galleria: http://home.kr.netscape.com/ko/home/netscape-galleria.html
- *url.rel_notes: http://home.kr.netscape.com/ko/eng/mozilla/3.01/relnotes/unix-3.01gold.html
- *url.reg: http://cgi.kr.netscape.com/ko/cgi-bin/reginfo.cgi
- *url.manual: http://home.kr.netscape.com/ko/eng/mozilla/3.01/handbook/
- *url.faq: http://home.kr.netscape.com/ko/eng/mozilla/3.01/faq.html
- *url.security: http://home.kr.netscape.com/ko/info/security-doc.html
- *url.feedback: http://cgi.kr.netscape.com/ko/cgi-bin/auto_bug.cgi
- *url.support: http://home.kr.netscape.com/ko/home/how-to-get-support.html
- *url.software: http://home.kr.netscape.com/ko/comprod/upgrades/index.html
- *url.destinations: http://home.kr.netscape.com/ko/escapes/index.html
-
-
- ! This table maps the host's locale names to MIME charsets.
- ! Only some of these locales are supported.
- !
- *localeCharset*C: iso-8859-1
- *localeCharset*cs: iso-8859-2
- *localeCharset*da: iso-8859-1
- *localeCharset*de: iso-8859-1
- *localeCharset*de_AT: iso-8859-1
- *localeCharset*de_CH: iso-8859-1
- *localeCharset*el: iso-8859-7
- *localeCharset*en: iso-8859-1
- *localeCharset*en_AU: iso-8859-1
- *localeCharset*en_CA: iso-8859-1
- *localeCharset*en_TH: iso-8859-1
- *localeCharset*en_US: iso-8859-1
- *localeCharset*es: iso-8859-1
- *localeCharset*fi: iso-8859-1
- *localeCharset*fr: iso-8859-1
- *localeCharset*fr_BE: iso-8859-1
- *localeCharset*fr_CA: iso-8859-1
- *localeCharset*fr_CH: iso-8859-1
- *localeCharset*is: iso-8859-1
- *localeCharset*it: iso-8859-1
- *localeCharset*it_CH: iso-8859-1
- *localeCharset*ja_JP.EUC: x-euc-jp
- *localeCharset*ko_KR.euc: euc-kr
- *localeCharset*nl: iso-8859-1
- *localeCharset*nl_BE: iso-8859-1
- *localeCharset*no: iso-8859-1
- *localeCharset*pl: iso-8859-2
- *localeCharset*pt: iso-8859-1
- *localeCharset*ru: iso-8859-5
- *localeCharset*sh: iso-8859-2
- *localeCharset*sk: iso-8859-2
- *localeCharset*sv: iso-8859-1
- *localeCharset*th_TH: x-tactis
- *localeCharset*tr: iso-8859-9
- *localeCharset*zh_CN.ugb: gb2312
- *localeCharset*zh_TW.ucns: x-euc-tw
-
-
- ! OS-dependent font charset mappings
- !
- *documentFonts.charset*cns11643-0: x-cns11643-1
- *documentFonts.charset*cns11643-1: x-cns11643-2
- *documentFonts.charset*cns11643-2: x-ignore
-
-
- *strings.6796:┼δ╜┼ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n (TCP ┐└╖∙: %s)\n\n┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6795:┴÷┴ñ╟╤ ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘. ┐¼░ß╟╧░φ└┌\n╟╧┤┬ ╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ╗τ┐δ└┌░í ╕╣╛╞ ╝¡║±╜║╕ª\n┴ª░°╟╥ ╝÷ ╛°┤┬ ╗≤┼┬└╘┤╧┤┘.\n\n│¬┴▀┐í ┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6794:┼δ╜┼ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n (TCP ┐└╖∙: %s)\n\n┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6793:Netsacpe└╟ ╕▐╖╬╕«░í ║╬┴╖╟╒┤╧┤┘.\n\n┤┘╕Ñ └└┐δ ╟┴╖╬▒╫╖Ñ└╗ ┴╛╖ß╟╧░┼│¬\n├ó└╗ ┤▌└╕╜╩╜├┐└.
-
- *strings.6791:┤┘└╜ └º─í(URL)╕ª └╬╜─╟╥ ╝÷ ╛°╜└┤╧┤┘:\n %.200s\n\n└º─í╕ª ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6789:FTP ╞╨╜├║Ω ╕≡╡σ╕ª ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6788:Netscape┤┬ └╠ ╝¡╣÷┐í╝¡ FTP └ⁿ╝█ ╕≡╡σ╕ª\n╝│┴ñ╟╥ ╝÷ ╛°╜└┤╧┤┘. ╡√╢≤╝¡ ╞─└╧└╗ ┤┘┐ε╖╬╡σ╟╥\n╝÷ ╛°╜└┤╧┤┘.\n\n╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├\n╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6787:Netscape┤┬ ╡≡╖║┼Σ╕« ║»░µ ╕φ╖╔(CD)└╗ FTP ╝¡╣÷╖╬ ║╕│╛ ╝÷\n╛°╜└┤╧┤┘. ╡√╢≤╝¡ ┤┘╕Ñ ╡≡╖║┼Σ╕«╕ª ║╝ ╝÷ ╛°╜└┤╧┤┘.\n\n└╠ ╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6786:Netscape░í ╡Ñ└╠┼╕ ┴ó╝╙└╗ └º╟╪ ╞≈╞«(PORT)╕φ╖╔└╗ FTP\n╝¡╣÷┐í ║╕│╛ ╝÷ ╛°╜└┤╧┤┘.\n\n╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6785:Netscape░í ┤┘└╜ ╞─└╧└╠│¬ ╡≡╖║┼Σ╕«╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘:\n %.200s\n\n╞─└╧ └╠╕º└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6784:┤║╜║ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘: NNTP ┐¼░ß ┐└╖∙\n\n│¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6783:┤║╜║ ╝¡╣÷┐í ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n\n┐¼░ß└╗ ╟╥ ╝÷ ╛°└╕╕Θ └╠ ╝¡╣÷└╟\n░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.6782:╝¡╣÷┐í╝¡ └└┤Σ└╠ ╛°╜└┤╧┤┘. ╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬\n└└┤Σ╟╥ ╝÷ ╛°┤┬ ╗≤┼┬└╘┤╧┤┘.\n\n┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╪ ║╕╜╩╜├┐└. ┐¼░ß└╠ ╛╚╡╟╕Θ,\n╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.6781:Netscape░í ╝¡╣÷╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘:\n %.200s\n└╠ ╝¡╣÷┤┬ DNS ╟╫╕±└╗ ░«░φ └╓┴÷ ╛╩╜└┤╧┤┘.\n\n└╠ URL┐í └╓┤┬ ╝¡╣÷ └╠╕º└╗ ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6780:╝¡╣÷┐═ ┐¼░ß└╠ ▓≈╛ε┴│╜└┤╧┤┘. \n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ │╫╞«┐÷┼⌐┐í ╣«┴ª░í └╓└╗\n╝÷ └╓╜└┤╧┤┘.\n\n│¬┴▀┐í ┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6779:┤║╜║ ▒Γ╗τ╕ª ║╝ ╝÷ ╛°╜└┤╧┤┘. └»╚┐▒Γ░ú└╠ │í│╡└╗ ░═└╘┤╧┤┘.\n\n┤┘╕Ñ ▒Γ╗τ╕ª ╜├╡╡╟╪ ║╕╜╩╜├┐└.
-
- *strings.6778:Netscape┤┬ ┤τ╜┼└╟ ┤║╜║ ╞─└╧(newsrc)└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘.\n\n┤║╜║ ╚»░µ ╝│┴ñ└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6777:Netscape┤┬ ┤┘└╜ ╞─└╧└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘:\n %.200s\n\n╞─└╧ └╠╕º└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6764:Netscape░í ╡Ñ└╠┼═╕ª └ⁿ╝█╟╧┤┬ ╡┐╛╚\n│╫╞«┐÷┼⌐ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n(│╫╞«┐÷┼⌐ ┐└╖∙: %s)\n\n┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6771:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘:\nNetscape┤┬ SMTP ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ╚»░µ╝│┴ñ└╠ ╣┘╕ú░╘ ╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.\n\n╕▐└╧ ╚»░µ╝│┴ñ└╠ ╣┘╕ú░╘ ╡╟╛·┤┬┴÷ ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6770:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╕▐└╧ ╝¡╣÷ └└┤Σ:\n %s\n╕▐└╧ ╚»░µ╝│┴ñ┐í╝¡ └ⁿ└┌┐∞╞φ ┴╓╝╥╕ª ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6769:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘. \n╕▐└╧ ╝¡╣÷ └└┤Σ:\n %s\n╕▐╜├┴÷ ╝÷╜┼└┌╕ª ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6768:╕▐└╧ └ⁿ╝█ ╡╡┴▀ SMTP ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╝¡╣÷ └└┤Σ: %s
-
- *strings.6767:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘. \n╕▐└╧ ╝¡╣÷ └└┤Σ:\n %s\n╕▐╜├┴÷╕ª ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6766:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘: SMTP ╝¡╣÷ ┐└╖∙.\n╝¡╣÷ └└┤Σ:\n %s\n╕▐└╧ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧┐⌐ ╡╡┐≥└╗ ╣▐└╕╜╩╜├┐└.
-
- *strings.6760:│╫╞«┐÷┼⌐ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘:\n╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘. (TCP ┐└╖∙: %s)\n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ╝¡╣÷╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.\n\n│¬┴▀┐í ┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6759:└└┤Σ└╠ ╛°╜└┤╧┤┘. ╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬\n└└┤Σ└╗ ╟╧┴÷ ╛╩╜└┤╧┤┘.\n\n│¬┴▀┐í ┤┘╜├ ┐¼░ß╟╥ ╝÷ ╛°└╕╕Θ\n╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.6758:Netscape└╟ │╫╞«┐÷┼⌐ ┐¼░ß└╠ ╝¡╣÷┐í └╟╟╪ ░┼║╬╡╟╛·╜└┤╧┤┘.:\n %.200s\n╝¡╣÷░í ┐¼░ß└╗ ╣▐╛╞╡Θ└╠┴÷ ╛╩░┼│¬\n╗τ┐δ└┌░í ╕╣╛╞ ╝¡║±╜║╕ª ┴ª░°╟╥ ╝÷ ╛°┤┬ ╗≤┼┬└╘┤╧┤┘.\n\n│¬┴▀┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6757:Netscape┤┬ │╫╞«┐÷┼⌐ ╝╥─╧(socket)└╗ ┐¼░ß ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╜├╜║┼█ ╕«╝╥╜║░í ├µ║╨╟╧┴÷ ╕°╟╧░┼│¬ │╫╞«┐÷┼⌐░í ┤┘┐ε╡╚\n╗≤┼┬└╘┤╧┤┘. (└╠└»: %s)\n\n│¬┴▀┐í ┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧░┼│¬ Netscape╕ª └τ╜├└█╟╧╜╩╜├┐└.
-
- *strings.6755:Netscape┤┬ └╠ ╝¡╣÷┐í ╝╥─╧ ┐¼░ß└╗ ┐╧╖ß╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╜├╜║┼█ ╕«╝╥╜║░í ├µ║╨╟╧┴÷ ╛╩└╗ ╝÷ └╓╜└┤╧┤┘.\n\n\nNetscape╕ª └τ╜├└█╟╧╜╩╜├┐└.
-
- *strings.6754:Netscape┤┬ ┤δ╕«└┌ ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ╚»░µ╝│┴ñ└╠ ┐├╣┘╕ú┴÷ ╛╩╜└┤╧┤┘.\n\n┤δ╕«└┌ ╚»░µ╝│┴ñ└╗ ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧░┼│¬, ╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.6753:Netscape┤┬ ┤δ╕«└┌ ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ╚»░µ╝│┴ñ└╠ ┐├╣┘╕ú┴÷ ╛╩╜└┤╧┤┘.\n\n┤δ╕«└┌ ╚»░µ╝│┴ñ└╗ ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧░┼│¬, ╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.6749:║±╛ε└╓┤┬ ╣«╝¡└╘┤╧┤┘.
-
- *strings.6748:Netscape░í ╡Ñ└╠┼═╕ª ╣▐┤┬ ╡╡┴▀\n│╫╞«┐÷┼⌐ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n(│╫╞«┐÷┼⌐ ┐└╖∙: %s)\n\n┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6747:Netscape┤┬ └╙╜├ ╞─└╧└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘:\n %.200s\n\n`└╙╜├ ╡≡╖║┼Σ╕«' ╝│┴ñ└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6765:╕▐└╧ └ⁿ╝█ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘:\n┤Σ└σ ╣▐└╗ ┴╓╝╥(return address)░í └»╚┐╟╧┴÷ ╛╩╜└┤╧┤┘.\n\n╕▐└╧ ╚»░µ╝│┴ñ┐í╝¡ └ⁿ└┌┐∞╞φ ┴╓╝╥░í ┐├╣┘╕Ñ┴÷ ╚«└╬╟╤ ╚─\n┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6750:╡≡╜║┼⌐░í ▓╦ ├í╜└┤╧┤┘. Netscape░í ╞─└╧ └ⁿ╝█└╗ ┴▀┤▄╟╧░φ\n╞─└╧└╗ ╗Φ┴ª╟╒┤╧┤┘.\n\n┤┘╕Ñ ╞─└╧└╗ ╕ε ░│ ╗Φ┴ª╟╧░φ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6740:╗τ┐δ└┌ ╚«└╬ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘:\n\n%s\n\n└╠╕º░· ╛╧╚ú╕ª └τ└╘╖┬╟╧╜╩╜├┐└.
-
- *strings.6739:Netscape┤┬ ╟╧│¬└╟ ┤║╜║ ▒╫╖∞┐í╝¡ ├╓┤δ 3500░│└╟\n▒Γ╗τ╕ª ├│╕«╟╥ ╝÷ └╓╜└┤╧┤┘. ╟÷└τ└╟ ▒Γ╗τ╡Θ └╨░φ\n┤┘╜├ ╣µ╣«╟╧┐⌐ │¬╕╙┴÷ ▒Γ╗τ╕ª └╨└╕╜╩╜├┐└.
-
- *strings.6734:║╕│╗┤┬ ╗τ╢≈(From) ─¡└╠ ║±╛ε └╓╜└┤╧┤┘.
-
- *strings.6733:╣▐└╗ ╗τ╢≈(To) ─¡└╠ ║±╛ε └╓╜└┤╧┤┘.
-
- *strings.6732:┴ª╕±(Subject) ─¡└╠ ║±╛ε └╓╜└┤╧┤┘.
-
- *strings.6731:└╙╜├ ╞─└╧ ▒Γ╖╧ ┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.
-
- *strings.6725:MIME ╟ⁿ╜─└╟ ╕╓╞╝-╞─╞« ╕▐╜├┴÷└╘┤╧┤┘.
-
- *strings.6722:└╬╝Γ░í ┴▀┤▄╡╟╛·╜└┤╧┤┘. ╣«╝¡╕ª ╣▐┤┬ ╡╡┴▀ ╣«┴ª░í\n╣▀╗²╟▀╜└┤╧┤┘. └ⁿ╝█└╠ ┴▀┤▄╡╟╛·░┼│¬ ╞─└╧└╗ ▒Γ╖╧╟╧▒Γ\n└º╟╤ ░°░ú└╠ ║╬┴╖╟╒┤╧┤┘.\n\n└╙╜├ ╡≡╖║┼Σ╕«└╟ ░°░ú└╠ ├µ║╨╟╤┴÷ ░╦╗τ╟╧░┼│¬\nNetscape╕ª ┤┘╜├ ╜├└█╟╧╜╩╜├┐└.
-
- *strings.6721:╝¡╕φ(signature) ╞─└╧└╠ ╟π┐δ╡╚ 4 ╟α└╗ │╤╜└┤╧┤┘.
-
- *strings.6720:╝¡╕φ ╞─└╧└╠ ╟α└╠ ╟π┐δ╡╚ 79 └┌╕ª │╤╜└┤╧┤┘\n╗τ┐δ└┌ ┤δ║╬║╨┐í░╘ ╟α└╠ └▀╖╚░┼│¬ \n└▀╕° ┴ñ╡╖╡╟╛ε ║╕└╧ ░═└╘┤╧┤┘.\n\n╟╤ ╟α└╠ 80└┌╕ª │╤┴÷ ╛╩╡╡╖╧ ╟α└╗ ╞φ┴²╟╧╜╩╜├┐└.
-
- *strings.6719:│╫╞«┐÷┼⌐ ┐└╖∙░í ╣▀╗²╟╧┐⌐\n ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╝¡╣÷░í ┤┘┐ε╡╟╛·░┼│¬ ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.\n\n│¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6699:└╠ Netscape└╟ └»╚┐▒Γ░ú└╠ ╕╕╖ß╡╟╛·╜└┤╧┤┘.\nNevigator└╟ ╗⌡╖╬┐ε ╣÷└ⁿ└╗ ┤┘┐ε╖╬╡σ╣▐╛╞╝¡ ╗τ┐δ╟╧╜╩╜├┐└.
-
- *strings.6698:└╠ Netscape Navigator ░°░│ ─½╟╟║╗└╟ └»╚┐▒Γ░ú└╠ ╕╕╖ß╡╟╛·╜└┤╧┤┘.\nNevigator└╟ ╗⌡╖╬┐ε ╣÷└ⁿ└╗ ┤┘┐ε╖╬╡σ╣▐╛╞╝¡ ╗τ┐δ╟╧╜╩╜├┐└.
-
- *strings.6697:WAIS ┤δ╕«└┌░í ╝│┴ñ╡╟╛ε └╓┴÷ ╛╩╜└┤╧┤┘.\n\n┤δ╕«└┌ ╚»░µ╝│┴ñ└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6696:┤║╜║ (NNTP) ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘:\n %.100s
-
- *strings.6695:┤║╜║ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘. ╕≡╡τ ┤║╜║ ▒╫╖∞ ░╦╗τ░í ┐╧╖ß╡╟┴÷ ╕°╟▀╜└┤╧┤┘.\n┤║╜║ ▒╫╖∞ ╕≡╡╬ ║╕▒Γ╕ª ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6694:Netscape┤┬ ┤║╜║╞─└╧(newsrc)└╗ ├ú└╗ ╝÷ ╛°└╕╣╟╖╬\n╗⌡╖╬ └█╝║╟╧░φ └╓╜└┤╧┤┘.
-
- *strings.6693:NNTP ╝¡╣÷░í ╝│┴ñ╡╟╛ε └╓┴÷ ╛╩╜└┤╧┤┘.\n\n┤║╜║ ╚»░µ╝│┴ñ└╗ ╚«└╬╟╤ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6692:┼δ╜┼ ┐└╖∙ (%d).
-
- *strings.6691:┤δ╕«└┌(proxy) ┐└╖∙╖╬ └╬╟╪ Netscape┤┬ ║╕╛╚ ┤║╜║ ╝¡╣÷╖╬\n┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6689:POP3 ╝¡╣÷┐í╝¡ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n└╠ ╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6688:╗τ┐δ└┌ └╠╕º└╗ └╘╖┬╟╧┴÷ ╛╩╛╥▒Γ ╢º╣«┐í POP3 ╝¡╣÷┐í\n┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘. ╚»░µ╝│┴ñ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6687:POP3 ╛╧╚ú╕ª ╣▐┤┬ ┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.
-
- *strings.6686:POP3 ╝¡╣÷╖╬ ╗τ┐δ└┌ └╠╕º└╗ ║╕│╗┤┬ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n└╠ ╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6685:POP3 ╝¡╣÷╖╬ ╛╧╚ú╕ª ║╕│╗┤┬ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n└╠ ╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6684:╝¡╣÷┐í ╗⌡╖╬┐ε ╕▐╜├┴÷░í ╛°╜└┤╧┤┘.
-
- *strings.6683:POP3 ╝¡╣÷┐í╝¡ ╕▐╜├┴÷╕ª │¬┐¡╟╧┤┬ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╝¡╣÷└╟ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6682:POP╝¡╣÷┐í ╕╢┴÷╕╖└╕╖╬ ├│╕«╡╚ ╕▐╜├┴÷┐í ┤δ╟╤ ┴·└╟┴▀\n┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6681:POP3 ╝¡╣÷╖╬║╬┼═ ╕▐╜├┴÷╕ª ╣▐┤┬ ╡┐╛╚ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6680:POP3 ╝¡╣÷┐í╝¡ ╕▐╜├┴÷╕ª ╗Φ┴ª╟╧┤┬ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n╝¡╣÷ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧░┼│¬ │¬┴▀┐í ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6679:POP3 ╝¡╣÷╖╬║╬┼═ ╕▐└╧└╗ ╣▐└╗ ╡≡╜║┼⌐ ░°░ú└╠ ╛°╜└┤╧┤┘\n░°░ú└╗ ╕╕╡τ ╚─ ┤┘╜├ ╜├└█╟╧╜╩╜├┐└.\n ('╚▐┴÷┼δ ║±┐∞▒Γ' ╣╫ '╞·┤⌡ ╛╨├α'\n╕φ╖╔└╕╖╬ ░°░ú└╗ ╕╕╡Θ ╝÷ └╓╜└┤╧┤┘.)
-
- *strings.6678:╕▐└╧ ╕▐╜├┴÷ └·└σ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.
-
- *strings.6675:╞─└╧└╗ ┐├╕▒ ╝÷ ╛°╜└┤╧┤┘: %.80s.\n└╠└»:\n %.200s\n\n╡≡╖║┼Σ╕«┐í ╛▓▒Γ ▒╟╟╤└╗ ░í┴÷░φ └╓┴÷ ╛╩╜└┤╧┤┘.\n▒╟╟╤ ░╦╗τ ╚─ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.6674:Netscape Nevigator└╟ ║ú┼╕ ╣÷└ⁿ└║ ┤┘└╜ │»┬Ñ┐í └»╚┐ ▒Γ░ú└╠\n╕╕╖ß╡╦┤╧┤┘: %s.\nNetscape Nevigator└╟ ├╓╜┼ ╣÷└ⁿ(└»╚┐▒Γ░ú ╛°└╜)└╗ ╛≥└╕╖┴╕Θ\n╡╡┐≥╕╗ ╕▐┤║┐í╝¡ ╝╥╟┴╞«┐■╛ε╕ª ╝▒┼├╟╧╜╩╜├┐└
-
- *strings.6673:╞─└╧└╗ ╗Φ┴ª╟╥ ╝÷ ╛°╜└┤╧┤┘:\n %s
-
- *strings.6672:╡≡╖║┼Σ╕«╕ª ╗Φ┴ª╟╥ ╝÷ ╛°╜└┤╧┤┘:\n %s
-
- *strings.6671:└╠╣╠ ┴╕└τ╟╧┤┬ ╞─└╧└╠│¬ ╡≡╖║┼Σ╕«┐═ ╡┐└╧╟╤ └╠╕º└╟\n╡≡╖║┼Σ╕«╕ª └█╝║╟╥ ╝÷ ╛°╜└┤╧┤┘:\n %s
-
- *strings.6670:╡≡╖║┼Σ╕«╕ª └█╝║╟╥ ╝÷ ╛°╜└┤╧┤┘:\n %s
-
- *strings.6669:░┤├╝┤┬ ╡≡╖║┼Σ╕«░í ╛╞┤╒┤╧┤┘:\n %s
-
- *strings.6668:╗τ┐δ└┌ ╚«└╬ ╜╟╞╨
-
- *strings.6599:╕▐╜├┴÷░í ╡┐└╧╟╤ ╞·┤⌡│╗┐í╝¡ ╕▐╜├┴÷╕ª ┐┼▒Γ░┼│¬ ║╣╗τ╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6598:║╕│╗┤┬ ╞φ┴÷╟╘(Outbox ╞·┤⌡)└╕╖╬ ╕▐╜├┴÷╕ª ║╣╗τ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n└╠ ╞·┤⌡┤┬ ╛╒└╕╖╬ ║╕│╛ ╕▐╜├┴÷╕ª ║╕░ⁿ╟╧┤┬ ░≈└╘┤╧┤┘.
-
- *strings.6597:`Unsent drafts' ╞·┤⌡╖╬ ╕▐╜├┴÷╕ª ║╣╗τ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n└╠ ╞·┤⌡┤┬ ┤δ▒Γ╟α╖─┐í ╡Θ╛ε░í┴÷ ╛╩└║ ╕▐╜├┴÷╕ª ║╕░ⁿ╟╧┤┬ ░≈└╘┤╧┤┘.
-
- *strings.6596:╞·┤⌡╕ª └█╝║╟╥ ╝÷ ╛°╜└┤╧┤┘!
-
- *strings.6595:╞·┤⌡░í └╠╣╠ ┴╕└τ╟╒┤╧┤┘.
-
- *strings.6594:╡Θ╛ε └╓┤┬ ╕▐╜├┴÷╕ª ╗Φ┴ª╟╧▒Γ └ⁿ┐í ╞·┤⌡╕ª ╗Φ┴ª╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6593:╡Θ╛ε └╓┤┬ ╕▐╜├┴÷╕ª ╗Φ┴ª╟╧▒Γ └ⁿ┐í ╞·┤⌡╕ª ╗Φ┴ª╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6592:▒Γ║╗ ╞·┤⌡ (inbox)╕ª └█╝║╟╥ ╝÷ ╛°╜└┤╧┤┘!
-
- *strings.6591:╕▐└╧ ╞·┤⌡ ╡≡╖║┼Σ╕«╕ª └█╝║╟╥ ╝÷ ╛°╜└┤╧┤┘.\n╕▐└╧└╠ └█╡┐╟╧┴÷ ╛╩└╗ ░═└╘┤╧┤┘!
-
- *strings.6590:╚»░µ╝│┴ñ┐í POP3 ╚ú╜║╞«░í ┴÷┴ñ╡╟╛ε └╓┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.6589:╕╢┴÷╕╖ ┴í░╦ └╠╚─╖╬ ╝¡╣÷┐í ╗⌡╖╬┐ε ┤║╜║ ▒╫╖∞└╠\n├▀░í╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.
-
- *strings.6588:╕╢┴÷╕╖ ┴í░╦ └╠╚─╖╬ ╝¡╣÷┐í ╟╤ ░│└╟ ╗⌡╖╬┐ε ┤║╜║ ▒╫╖∞└╠\n╕±╖╧ ╕╟ ╕╢┴÷╕╖┐í ├▀░í╡╟╛·╜└┤╧┤┘. └╠ ┤║╜║ ▒╫╖∞└╗ ▒╕╡╢╟╧╖┴╕Θ\n``▒╕╡╢'' ├╝┼⌐ ╣┌╜║╕ª ┤⌐╕ú╜├┐└.
-
- *strings.6587:╕╢┴÷╕╖ ┴í░╦ └╠╚─╖╬ ╝¡╣÷┐í %d░│└╟ ╗⌡╖╬┐ε ┤║╜║ ▒╫╖∞└╠\n╕±╖╧ ╕╟ ╕╢┴÷╕╖┐í ├▀░í╡╟╛·╜└┤╧┤┘. └╠ ┤║╜║ ▒╫╖∞└╗ ▒╕╡╢╟╧╖┴╕Θ\n``▒╕╡╢'' ├╝┼⌐ ╣┌╜║┐í ┤⌐╕ú╜├┐└.
-
- *strings.6586:╕▐╜├┴÷░í ├δ╝╥╡╟╛·╜└┤╧┤┘.
-
- *strings.6585:╞─└╧┬ⁿ┴╢(FCC) ╞─└╧└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6584:╞·┤⌡░í ┤⌡ └╠╗≤ ┴╕└τ╟╧┴÷ ╛╩╜└┤╧▒ε?
-
- *strings.6583:╞·┤⌡ ┐Σ╛α ╞─└╧└╠ ┤⌡ └╠╗≤ ┴╕└τ╟╧┴÷ ╛╩╜└┤╧▒ε?
-
- *strings.6582:├Γ╖┬└╗ └º╟╪ └╙╜├ ╞·┤⌡ ╞─└╧└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6581:┴÷┴ñ╟╤ ╕▐╜├┴÷ ID░í ╞·┤⌡┐í ┴╕└τ╟╧┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.6580:newsrc ╞─└╧└╠ ┴╕└τ╟╧│¬ ║╨╝«╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.6579:└ⁿ└┌┐∞╞φ ┴╓╝╥░í ┴÷┴ñ╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.\n╕▐└╧└╠│¬ ┤║╜║ ╕▐╜├┴÷╕ª ║╕│╗▒Γ └ⁿ┐í ╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ┐í╝¡\n╕▐╜├┴÷ ╣▌╝█ ┴╓╝╥╕ª ┴÷┴ñ╟╧╜╩╜├┐└.
-
- *strings.6577:╚»░µ╝│┴ñ┐í ┴÷┴ñ╡╚ ╕▐└╧ ╣▌╝█ ┴╓╝╥: %s\n\n╕▐└╧ ╣▌╝█ ┴╓╝╥░í ┐╧└ⁿ╟╧┴÷ ╛╩╜└┤╧┤┘.(`@' ╣╫ ╚ú╜║╞« └╠╕º└╠\n╛°╜└┤╧┤┘.) └»╚┐╟╤ └ⁿ└┌┐∞╞φ ┴╓╝╥┤┬ `╗τ┐δ└┌@╚ú╜║╞«' ,╟ⁿ╜─└╠╕τ,\n╗τ┐δ└┌┤┬ ╖╬▒╫└╬ ID└╠░φ, ╚ú╜║╞«┤┬ ──╟╗┼═└╟ └╠╕º└╘┤╧┤┘.
-
- *strings.6576:╚»░µ╝│┴ñ┐í ┴÷┴ñ╡╚ ╕▐└╧ ╣▌╝█ ┴╓╝╥: %s\n\n╕▐└╧ ╣▌╝█ ┴╓╝╥░í ┐╧└ⁿ╟╧┴÷ ╛╩╜└┤╧┤┘.(`@' ╣╫ ╚ú╜║╞« └╠╕º└╠\n╛°╜└┤╧┤┘.) └»╚┐╟╤ └ⁿ└┌┐∞╞φ ┴╓╝╥┤┬ `╗τ┐δ└┌@╚ú╜║╞«' ,╟ⁿ╜─└╠╕τ,\n╗τ┐δ└┌┤┬ ╖╬▒╫└╬ ID└╠░φ, ╚ú╜║╞«┤┬ ──╟╗┼═└╟ └╠╕º└╘┤╧┤┘.
-
- *strings.6575:╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ┐í SMTP ╚ú╜║╞«░í ┴÷┴ñ╡╟╛ε └╓┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.6574:└╠ ╕▐╜├┴÷╕ª ├δ╝╥╟╧▒Γ ┐°╟╧╜╩┤╧▒ε?
-
- *strings.6573:└╠ ╕▐╜├┴÷┤┬ ▒═╟╧▓▓╝¡ └█╝║╟╤ ░═└╠ ╛╞┤╒┤╧┤┘.\n▒═╟╧▓▓╝¡ └█╝║╟╤ ╕▐╜├┴÷╕╕ ├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.6572:╕▐╜├┴÷╕ª ├δ╝╥╟╥ ╝÷ ╛°╜└┤╧┤┘!
-
- *strings.6571:╕▐╜├┴÷░í ├δ╝╥╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.
-
- *strings.6570:┤║╜║ ┐└╖∙!\n┤║╜║ ╝¡╣÷ └└┤Σ: %.512s\n
-
- *strings.6569:%.300s └║(┤┬) ╕▐└╧ ╞─└╧└╠ ╛╞┤╒┤╧┤┘.\n└╨▒Γ╕ª ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.6568:%.300s └║(┤┬) ╕▐└╧ ╞─└╧└╠ ╛╞┤╒┤╧┤┘.\n▒Γ╖╧└╗ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.6567:newsrc ╞─└╧ └·└σ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘!
-
- *strings.6566:╕▐└╧ ╞─└╧ ▒Γ╖╧ ╡╡┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘!
-
- *strings.6565:╕▐└╧ ╞·┤⌡░í ╡≡╜║┼⌐ ░°░ú└╗ ╕╣└╠\n┬≈┴÷╟╧░φ └╓╜└┤╧┤┘. ┴÷▒▌ ╕▐└╧ ╞·┤⌡╕ª ╛╨├α╟╧╕Θ,\n%ld ┼│╖╬╣┘└╠╞«└╟ ╡≡╜║┼⌐ ░°░ú└╗ ╚«║╕╟╥ ╝÷ └╓╜└┤╧┤┘.\n╛╨├α╟╧┤┬╡Ñ ╜├░ú└╠ ┴╢▒▌ ░╔╕▒ ░═└╘┤╧┤┘.\n\n┴÷▒▌ ╞·┤⌡╕ª ╛╨├α╟╥▒ε┐Σ?
-
- *strings.6564:╣▀░▀╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.6563:└╠ ╕▐╜├┴÷┤┬ ╛╞╣½░═╡╡ └╘╖┬╡╟┴÷ ╛╩╛╥└╕╕τ ├╖║╬░í ╛°╜└┤╧┤┘.\n║≤ ╕▐╜├┴÷╕ª ┴ñ╕╗╖╬ ║╕│╗╜├░┌╜└┤╧▒ε?
-
- *strings.6562:░░└║ ╣«╝¡╕ª ╡╬╣° ╞≈╟╘╜├─╫╜└┤╧┤┘:\n├╣╣°┬░┤┬ └╬┐δ ╣«╝¡╖╬(╢µ:░ó ╟α└╟ ╜├└█┐í '>'),\n╡╬╣°┬░┤┬ ├╖║╬╖╬ (╢µ: ╗⌡╖╬┐ε ┼╪╜║╞« ┤┘└╜┐í\n╕▐╜├┴÷└╟ ╡╬╣°┬░ ║╬║╨└╕╖╬ ╞≈╟╘╡╩).\n\n▒╫╖í╡╡ ║╕│╛▒ε┐Σ?
-
- *strings.6561:1░│ ╕▐╜├┴÷ └ⁿ╝█ ╜╟╞╨\n\n└╠ ╕▐╜├┴÷┤┬ ║╕│╗┤┬ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┐í └·└σ╡╟╛ε └╓╜└┤╧┤┘.\n└ⁿ╝█╡╟▒Γ └ⁿ┐í ┐└╖∙╕ª ╝÷┴ñ╟╧╜╩╜├┐└.
-
- *strings.6560:%d ░│ ╕▐╜├┴÷ └ⁿ╝█ ╜╟╞╨\n\n└╠ ╕▐╜├┴÷╡Θ└╠ ║╕│╗┤┬ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┐í └·└σ╡╟╛ε └╓╜└┤╧┤┘.\n└ⁿ╝█╡╟▒Γ └ⁿ┐í ┐└╖∙╕ª ╝÷┴ñ╟╧╜╩╜├┐└.
-
- *strings.-1192:║╕╛╚ ╚«└╬ ┴▀ I/O ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.-1191:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1190:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ╡Ñ└╠┼═ ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1189:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1188:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1187:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1186:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1185:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1184:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1183:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ║╬└√╟╒╟╧░╘ ╞≈╕╦╡╚ DER-encoded ╕▐╜├┴÷╕ª\n╣▀░▀╟▀╜└┤╧┤┘.
-
- *strings.-1182:└╠ ╝¡╣÷└╟ └╬┴⌡╝¡┤┬ └»╚┐╟╧┴÷ ╛╩└║ ╝¡╕φ└╗ ░«░φ └╓╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1181:╝¡╣÷└╟ └╬┴⌡╝¡┤┬ ▒Γ╟╤└╠ ╕╕╖ß╡╟╛·╜└┤╧┤┘.\n╜├╜║┼█ │»┬Ñ┐═ ╜├░ú└╗ ╚«└╬╟╧╜╩╜├┐└.
-
- *strings.-1180:└╠ ╝¡╣÷ └╬┴⌡╝¡┤┬ ├δ╝╥╡╚ ╝¡╕φ└╗ ░í┴÷░φ └╓╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1179:Netscape┤┬ ╝¡╣÷└╟ └╬┴⌡ ▒Γ░ⁿ└╗ ╛╦ ╝÷ ╛°╜└┤╧┤┘.\n└╬┴⌡╝¡░í └»╚┐ ╢╟┤┬ └»╚┐╟╧┴÷ ╛╩└╗ ╝÷ └╓╜└┤╧┤┘.\n\nNetscape┤┬ └╠ ╝¡╣÷┐í ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1178:╝¡╣÷└╟ ░°░│ ┼░░í └»╚┐╟╧┴÷ ╛╩╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1177:└╘╖┬╡╚ ║╕╛╚ ╛╧╚ú░í ┐├╣┘╕ú┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.-1175:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1174:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ╡Ñ└╠┼═║ú└╠╜║ ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n└╠ ╗τ└╠╞«┐í ╛╚└ⁿ╟╧░╘ ┐¼░ß╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1173:║╕╛╚ ╢≤└╠║Ω╖»╕«░í ╕▐╕≡╕« ║╬┴╖ ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n┤┘╜├ ┐¼░ß└╗ ╜├╡╡╟╧╜╩╜├┐└.
-
- *strings.-1172:└╠ ╝¡╣÷└╟ └╬┴⌡ ▒Γ░ⁿ└╗ ╗τ┐δ└┌░í ╣╧└╗ ╝÷ ╛°┤┘░φ\n╟Ñ╜├╟▀╜└┤╧┤┘. Netscape┤┬ ┴ó╝╙└╗ ░┼║╬╟╒┤╧┤┘.
-
- *strings.-1171:└╠ ╝¡╣÷╕ª ╗τ┐δ└┌░í ╣╧└╗ ╝÷ ╛°┤┘░φ\n╟Ñ╜├╟▀╜└┤╧┤┘. Netscape┤┬ ┴ó╝╙└╗ ░┼║╬╟╒┤╧┤┘.
-
- *strings.-1170:┤┘┐ε╖╬╡σ ╣▐└╕╖┴┤┬ └╬┴⌡╝¡░í\n└╠╣╠ ╡Ñ└╠┼═║ú└╠╜║┐í ┴╕└τ╟╒┤╧┤┘.
-
- *strings.-1169:└╠╣╠ ╡Ñ└╠┼═║ú└╠╜║┐í └╓┤┬ ╡┐└╧╟╤ └╠╕º└╕╖╬ └╬┴⌡╝¡╕ª\n ┤┘┐ε╖╬╡σ╟╧░φ └╓╜└┤╧┤┘.\n ╗⌡ └╬┴⌡╝¡╕ª ┤┘┐ε╖╬╡σ╟╧╖┴╕Θ ╕╒└· └╠└ⁿ ░═└╗ ╗Φ┴ª╟╧╜╩╜├┐└.
-
- *strings.-1168:╡Ñ└╠┼═║ú└╠╜║┐í └╬┴⌡╝¡ ├▀░í ┐└╖∙
-
- *strings.-1167:└╠ └╬┴⌡╝¡└╟ ┼░ ║╣▒╕ ┐└╖∙
-
- *strings.-1166:└╠ └╬┴⌡╝¡└╟ ░│└╬ ┼░╕ª ┼░ ╡Ñ└╠┼═║ú└╠╜║┐í╝¡\n ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-1165:└╠ └╬┴⌡╝¡┤┬ └»╚┐╟╒┤╧┤┘.
-
- *strings.-1164:└╠ └╬┴⌡╝¡┤┬ └»╚┐╟╧┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.-1163:└└┤Σ└╠ ╛°└╜.
-
- *strings.-1162:╗τ└╠╞« └╬┴⌡╝¡╕ª ╣▀╟α╟╤ └╬┴⌡ ▒Γ░ⁿ└╟ └»╚┐▒Γ░ú└╠\n╕╕╖ß╡╟╛·╜└┤╧┤┘.\n╜├╜║┼█ │»┬Ñ┐═ ╜├░ú└╗ ░╦╗τ╟╧╜╩╜├┐└.
-
- *strings.-892:%0%
-
- *strings.-891:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-dialog-handler method=post><input type="hidden" %-cont-%
-
- *strings.-890:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding=0 width="100%%" height="90%%"><tr width="100%%" %-cont-%
-
- *strings.-889:height="75%%" valign=top><td><font size=2>%2%
-
- *strings.-888:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td>%0%
-
- *strings.-887:</td></tr></table></form></body>%0%
-
- *strings.-886:<center><input type="submit" name="button" value="%cancel%"></center>%0%
-
- *strings.-885:<center><input type="submit" name="button" value="%ok%"></center>%0%
-
- *strings.-884:<center><input type="submit" name="button" value="%continue%"></center>%0%
-
- *strings.-883:<center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" value="%cancel%"></center>%0%
-
- *strings.-882:<center><input type="submit" name="button" value="%cancel%"><input type="submit" name="button" value="%continue%"></center>%0%
-
- *strings.-881:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-panel-handler method=post><input type="hidden" %-cont-%
-
- *strings.-880:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding = 0 width="100%%" height="90%%"><tr width="100%%" height="75%%" %-cont-%
-
- *strings.-879:valign=top><td colspan=3><font size=2>%2%
-
- *strings.-878:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td width="33%%"></td>%0%
-
- *strings.-877:</tr></table></form></body>%0%
-
- *strings.-876:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
-
- *strings.-875:type="submit" name="button" value="%next%"></td>%0%
-
- *strings.-874:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
-
- *strings.-873:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%next%"></td>%0%
-
- *strings.-872:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
-
- *strings.-871:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%finished%"></td>%0%
-
- *strings.-870:%0%
-
- *strings.-869:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
-
- *strings.-868:%0%%1%%2%
-
- *strings.-867:%banner-sec%<b><font size=4>%0%└║(┤┬) └ⁿ╝█╡╟┤┬ ┴ñ║╕╕ª ║╕╚ú╟╧▒Γ └º╟╤ ╛╧╚ú╕ª ╗τ┐δ╟╧┤┬ ╗τ└╠╞«└╘┤╧┤┘. %-cont-%
-
- *strings.-866:▒╫╖╕┤┘╟╪╡╡ Netscape┤┬ └╬┴⌡╝¡╕ª ╗τ└╬╟╤ └╬┴⌡ ▒Γ░ⁿ└╗ └╬┴ñ╟╧┴÷ ╛╩╜└┤╧┤┘.</font></b><p>║±╖╧ Netscape└╠ └╬┴⌡╝¡└╟ ╗τ└╬└┌%-cont-%
-
- *strings.-865:╕ª └╬┴ñ╟╧┴÷ ╛╩┤⌡╢≤╡╡, └╠ ╗τ└╠╞«┐═ ┐¼░ß╟╧░φ ┴ñ║╕╕ª ▒│╚»╟╧▒Γ └º╟╪╝¡╛ε╢▓ ╣µ╣²└╕╖╬ ╣▐╛╞╡Θ└╧┴÷ ░ß┴ñ╟╪╛▀ ╟╒┤╧┤┘.<p>%-cont-%
-
- *strings.-864:└╠ ╡╡┐≥╕╗└║ └╬┴⌡╝¡╕ª ╣▐╛╞╡Θ└╧┴÷┐═╛ε╢▓ ╣ⁿ└º▒ε┴÷└╬┴÷ ░ß┴ñ╟╧╡╡╖╧ ╡╡┐═┴▌┤╧┤┘.%1%
-
- *strings.-863:%banner-sec%┐⌐▒Γ┐í┴ª├Γ╡╚ └╬┴⌡╝¡░í └╓╜└┤╧┤┘: <hr><table><tr><td valign=top><font %-cont-%
-
- *strings.-862:size=2>└╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: <br>╛╧╚ú╚¡: </font></td><td valign=top><font size=2>%0%<br>%1%<br>%2% ╡ε▒▐ (%3%└╗/╕ª %4%║±╞« ║╕╛╚%-cont-%
-
- *strings.-861:┼░╖╬)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>└╬┴⌡╝¡└╟ ╗τ└╬└┌%-cont-%
-
- *strings.-860:┤┬ └╠ └╬┴⌡╝¡└╟ ╝╥└»└┌░í ┴ñ╕╗ ▒╫ ╗τ╢≈└╙└╗ ║╕┴⌡╟╒┤╧┤┘. ╛╧╚ú ╡ε▒▐└║ ╗τ┐δ└┌┐═ └╠ └Ñ ╗τ└╠╞«░ú ┴ñ║╕▒│╚»┐í ╡╡├╗└╠ %-cont-%
-
- *strings.-859:╛ε╖┴┐ε ┴ñ╡╡╕ª │¬┼╕│└┤╧┤┘.%5%
-
- *strings.-858:%banner-sec%└╠ └Ñ╗τ└╠╞«╖╬║╬┼═ ╛╧╚ú╚¡╡╚ ┴ñ║╕ ╝÷╜┼└╗ └º╟╪ └╠ └╬┴⌡╝¡╕ª %-cont-%
-
- *strings.-857:╜┬└╬╟╧╜├░┌╜└┤╧▒ε?<p>╜┬└╬╟╤┤┘╕Θ └╠ ╗τ└╠╞«╕ª ├ú╛╞┤┘┤╧░φ ╣«╝¡ ╝÷╜┼└╠ ░í┤╔╟╧░╘ ╡╚┤┘┤┬ ░═░· %-cont-%
-
- *strings.-856:└╠ ╕≡╡τ ╣«╝¡╡Θ└║ ╛╧╚ú╖╬ ╡╟╛ε ┤┘╕Ñ ╗τ╢≈└╠ ║╕┴÷ ╕°╟╧╡╡╖╧ ║╕╚ú╡╟┤┬ ░═└╗ └╟╣╠╟╒┤╧┤┘. <p><input type=radio name=accept value=session%0%>└╠ %-cont-%
-
- *strings.-855:ID╕ª └╠ ╝╝╝╟┐í╝¡ ╗τ┐δ ╜┬└╬<br><input type=radio name=accept value=cancel%1%> └╠ ID╕ª ╜┬└╬╟╧┴÷ ╕╗░φ ┐¼░ß╟╧┴÷ ╛╩└╜.<br><input type=radio name=accept %-cont-%
-
- *strings.-854:value=forever%2%>└╠ID╕ª ┐╡▒╕╚≈ ╜┬└╬(▒Γ░ú└╠ ╕╕╖ß╡╔ ╢º▒ε┴÷)<br>%3%
-
- *strings.-853:%banner-sec%└╠ ID ╜┬└╬┐í └╟╟╪ └╠ ╗τ└╠╞«┐═└╟ ╕≡╡τ ┴ñ║╕▒│╚»┐í╝¡ ╛╧╚ú╚¡░í ║╕┴⌡╡╦┤╧┤┘.%-cont-%
-
- *strings.-852:▒╫╖╕┤┘╟╪╡╡ ╛╧╚ú╚¡┤┬ ╗τ▒Γ▓█└╕╖╬║╬┼═ ║╕╚ú╟╪┴╓┴÷ ╛╩╜└┤╧┤┘. <p>└╠ ╗τ└╠╞«░í └╟╜╔ ╡╟╕Θ %-cont-%
-
- *strings.-851:╗τ▒Γ╖╬║╬┼═ ║╕╚ú╟╧▒Γ └º╟╪ ┴ñ║╕( ╞»╚≈╜┼╗≤ ┴ñ║╕, ╜┼┐δ─½╡σ ╣°╚ú│¬ ╛╧╚ú)╕ª └╠ ╗τ└╠╞«╖╬ ║╕│╗┴÷ ╕╢╜╩╜├┐└. <p>╗τ┐δ└┌└╟%-cont-%
-
- *strings.-850:└┌▒Γ ║╕╚ú╕ª └º╟╪, Netscape┤┬ └╠ ╗τ╟╫┐í ┤δ╟╪ └√└²╟╤ ╜├▒Γ┐í ╛╦╖┴╡σ╕▒ ╝÷ └╓╜└┤╧┤┘.<p><center><input type=checkbox name=postwarn value=yes %0%>%-cont-%
-
- *strings.-849:└╠ ╗τ└╠╞«╖╬ ┴ñ║╕╕ª ║╕│╗▒Γ └ⁿ┐í ░µ░φ╕ª ┐°╟╘</center><p>%1%
-
- *strings.-848:%banner-sec%<b>┴ª├Γ╡╚ ┤┘└╜ └╬┴⌡╝¡┐í ┤δ╟╤ ░╦┼Σ╕ª ╕╢├╞╜└┤╧┤┘.<br>%0%</b><p> %-cont-%
-
- *strings.-847:╗τ┐δ└┌┤┬ └╠ ID╕ª ░┼║╬╟╧▒Γ╖╬ ░ß┴ñ╟▀╜└┤╧┤┘. ╚ñ╜├ └╠ ░ß┴ñ└╗ ╣┘▓█┤┘╕Θ └╠ ╗τ└╠╞«╕ª ┤┘╜├ ╣µ╣«╟╪ ┴╓╜╩╜├┐└. └╠ ╡╡┐≥╕╗└╠ ┤┘╜├ │¬┼╕││┤╧┤┘.%-cont-%
-
- *strings.-846:<p>└╠ ╗τ└╠╞«┐í ┐¼░ß╟╧▒Γ └ⁿ┐í ║╕┤° ╣«╝¡╖╬╡╟╡╣╛╞░í╖┴╕Θ ╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.%1%
-
- *strings.-845:%banner-sec%<b>┴ª├Γ╡╚ ┤┘└╜ └╬┴⌡╝¡┐í ┤δ╟╤ ░╦┼Σ╕ª ╕╢├╞╜└┤╧┤┘.<br>%0%</b><p> %-cont-%
-
- *strings.-844:└╠ ID╕ª ╜┬└╬╟╧░φ ╗τ┐δ└┌░í └╠ ╗τ└╠╞«╖╬ ┴ñ║╕╕ª ║╕│╗▒Γ └ⁿ Netscape Navigator░í ░µ░φ╟╧╡╡╖╧ ┐Σ├╗╟▀╜└┤╧┤┘.<p>┤┘└╜┐í%-cont-%
-
- *strings.-843:└╠ ░ß┴ñ└╗ ╣┘▓┘╖┴╕Θ, ║╕╛╚ ╚»░µ╝│┴ñ└╗ ┐¡░φ ╗τ└╠╞« └╬┴⌡╝¡╕ª ╞φ┴²╟╧╜╩╜├┐└.<p>╣«╝¡ ╝÷╜┼└╗ ╜├└█╟╧╖┴╕Θ ╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.%1%
-
- *strings.-842:%banner-sec%<b>┴ª├Γ╡╚ ┤┘└╜ └╬┴⌡╝¡┐í ┤δ╟╤ ░╦┼Σ╕ª ╕╢├╞╜└┤╧┤┘.<br>%0%</b><p> %-cont-%
-
- *strings.-841:└╠ ID╕ª ╜┬└╬╟╧┐┤░φ Netscape Navigator░í └╠ ╗τ└╠╞«╖╬ ┴ñ║╕╕ª ║╕│╗▒Γ └ⁿ┐í ░µ░φ╟╧┴÷ ╛╩╡╡╖╧ ░ß┴ñ╟▀╜└┤╧┤┘.<p>┤┘└╜┐í %-cont-%
-
- *strings.-840:└╠ ░ß┴ñ└╗ ╣┘▓┘╖┴╕Θ, ║╕╛╚ ╚»░µ╝│┴ñ└╗ ┐¡░φ ╗τ└╠╞« └╬┴⌡╝¡╕ª ╞φ┴²╟╧╜╩╜├┐└.<p> %-cont-%
-
- *strings.-839:╣«╝¡ ╝÷╜┼└╗ ╜├└█╟╧╖┴╕Θ ╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.%1%
-
- *strings.-838:%banner-sec%'%0%' ╗τ└╠╞«░í ┴ª├Γ╟╤ └╬┴⌡╝¡┐í┤┬ ┴ñ╚«╟╤ ╗τ└╠╞« └╠╕º└╠ ╞≈╟╘╡╟┴÷ ╛╩╛╥╜└┤╧┤┘. %-cont-%
-
- *strings.-837:┤⌐▒║░í └╠ ╗τ└╠╞«┐═└╟ ┼δ╜┼└╗ ┐│╡Θ└╕╖┴░φ ╟╥ ╝÷╡╡ └╓╜└┤╧┤┘. %-cont-%
-
- *strings.-836:╛╞╖í┐í╝¡ ╟Ñ╜├╟╧┤┬ └╬┴⌡╝¡░í ┴ó╝╙╟╧░φ └╓┤┬ ╗τ└╠╞«┐í ╝╙╟╧┴÷ ╛╩┤┬┤┘░φ └╟╜╔╡╟╕Θ ┐¼░ß└╗ ├δ╝╥╟╧░φ ╗τ└╠╞« ░ⁿ╕«└┌┐í░╘ ╛╦╖┴┴╓╜╩╜├┐└. <p>%-cont-%
-
- *strings.-835:┐⌐▒Γ ┴ª├Γ╡╚ └╬┴⌡╝¡░í └╓╜└┤╧┤┘.<hr><table><tr><td valign=top><font size=2>└╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: <br>╛╧╚ú╚¡: %-cont-%
-
- *strings.-834:</font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% ╡ε▒▐ (%4% └╗/╕ª %5%-║±╞« ║╕╛╚┼░╖╬)</font></td><td valign=bottom><input %-cont-%
-
- *strings.-833:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%6%
-
- *strings.-832:%banner-sec%╗⌡ ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└. ░í└σ ╛╚└ⁿ╟╤ ╛╧╚ú┤┬ ╗τ└ⁿ└╟ ┤▄╛ε╕ª ╞≈╟╘╟╧┴÷ ╛╩└╕╕τ %-cont-%
-
- *strings.-831:└√╛ε╡╡ 8└┌ └╠╗≤└╕╖╬ ╣«└┌┐═ ╝²└┌ ┴╢╟╒└╘┤╧┤┘. <p>╛╧╚ú: <input type=password name=password1><p>%-cont-%
-
- *strings.-830:╚«└╬└╗ └º╟╪ ┤┘╜├ ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└.<p>╛╧╚ú ┤┘╜├ └╘╖┬: <input type=password name=password2><p><b>╛╧╚ú╕ª └╪╛ε╣÷╕«┴÷ ╕╢╜╩╜├┐└! %-cont-%
-
- *strings.-829:╛╧╚ú┤┬ ║╣▒╕╡╔ ╝÷ ╛°╜└┤╧┤┘. ╛╧╚ú╕ª └╪╛ε╣÷╕«╕Θ ╗⌡ └╬┴⌡╝¡╕ª ╣▐╛╞╛▀ ╟╒┤╧┤┘.</b>
-
- *strings.-828:%banner-sec%└╘╖┬╟╤ ╛╧╚ú░í ╞▓╕│┤╧┤┘. ┤┘╜├ └╘╖┬╟╧╜╩╜├┐└.<p>╛╧╚ú: <input %-cont-%
-
- *strings.-827:type=password name=password1><p>╚«└╬└╗ └º╟╪ ╛╧╚ú╕ª ┤┘╜├ └╘╖┬╟╧╜╩╜├┐└.<p>╛╧╚ú ┤┘╜├ └╘╖┬: <input type=password name=password2><p>%-cont-%
-
- *strings.-826:<b>╛╧╚ú╕ª └╪╛ε╣÷╕«┴÷ ╕╢╜╩╜├┐└! └╪╛ε╣÷╕░ ╛╧╚ú┤┬ ║╣▒╕╟╥ ╝÷ ╛°░φ ╗⌡ └╬┴⌡╝¡╕ª ╣▐╛╞╛▀ ╟╒┤╧┤┘.</b>
-
- *strings.-825:%banner-sec%Netscape Navigator┤┬ ╡≡╜║┼⌐┐í └╓┤┬ └╬┴⌡╝¡└╟ ░│└╬ ┼░╕ª ║╕╚ú╟╧▒Γ └º╟╪ ╛╧╚ú╕ª ╗τ┐δ╟╒┤╧┤┘. %-cont-%
-
- *strings.-824:╛╧╚ú┤┬ ┤┘╕Ñ ╗τ╢≈└╠ └╬┴⌡╝¡╕ª ╚╔├─ ╗τ┐δ╟╧┤┬ ░═└╗ ╛ε╖╞░╘ ╟╒┤╧┤┘.<p> ╕╕└╧ %-cont-%
-
- *strings.-823:┤┘╕Ñ ╗τ╢≈╡Θ└╠ ┴≈┴ó ╚ñ└║ │╫╞«┐÷┼⌐╖╬ ┤τ╜┼└╟ ──╟╗┼═┐í ┴ó▒┘╟╥ ╝÷ └╓┤┬ ╚»░µ└╠╢≤╕Θ ╛╧╚ú░í └╓╛ε╛▀ ╟╒┤╧┤┘.<p>%-cont-%
-
- *strings.-822:┤┘╕Ñ ╗τ╢≈╡Θ└╠ ┤τ╜┼└╟ ──╟╗┼═┐í ┴ó▒┘╟╥ ╝÷ ╛°┤┬ ╚»░µ└╠╢≤╕Θ ╛╧╚ú░í ╛°╛ε╡╡ ╡╦┤╧┤┘.<p><input %-cont-%
-
- *strings.-821:type=radio name=usepw value=true %0%> ┤┘╕Ñ ╗τ╢≈╡Θ└╠ └╠ ──╟╗┼═┐í ┴ó▒┘╟╥ ╝÷ └╓╜└┤╧┤┘. ╛╧╚ú╕ª ┐Σ▒╕╟╒┤╧┤┘( ├▀├╡)<br><input type=radio %-cont-%
-
- *strings.-820:name=usepw value=false %1%> └╠ ──╟╗┼═┤┬ ┐╧└ⁿ╚≈ ░▌╕«╡╟╛ε └╓╜└┤╧┤┘; ╛╧╚ú┤┬ ╟╩┐Σ╛°╜└┤╧┤┘.
-
- *strings.-819:%banner-sec%Netscape Navigator┤┬ ╗τ┐δ└┌░í └╬┴⌡╝¡╕ª ╗τ┐δ╟╥ ╢º╕╢┤┘ ╛╧╚ú╕ª ╛╦╛╞╛▀ ╟╒┤╧┤┘%-cont-%
-
- *strings.-818:( ┐╣╕ª ╡Θ╛ε, ╗τ┐δ└┌└╟ └╬┴⌡╝¡╕ª ┐Σ▒╕╟╤ ╗τ└╠╞«╕ª ┐¼░ß╟╥ ╢º).<p><input type=radio name=askpw value=once %0%> %-cont-%
-
- *strings.-817:╝╝╝╟╕╢┤┘ ╟╤╣° ╛╧╚ú ┐Σ├╗<br><input type=radio name=askpw value=every %1%>╟╩┐Σ╟╥ ╢º╕╢┤┘ ╛╧╚ú ┐Σ├╗<br><input type=radio %-cont-%
-
- *strings.-816:name=askpw value=inactive %2%> <input type=int size=4 name=interval value=%3%> ║╨└╟ ║±╚░╡┐ ╜├░ú ╚─ ╛╧╚ú ┐Σ├╗.<p> %-cont-%
-
- *strings.-815:└╠ ╝│┴ñ╡Θ└║ ║╕╛╚ ╚»░µ╝│┴ñ┐í╝¡ ╣┘▓▄ ╝÷ └╓╜└┤╧┤┘.<p> Netscape Navigator┐í ╡╟╡╣╛╞░í╖┴╕Θ ╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.
-
- *strings.-814:%banner-sec%║≤ ╛╧╚ú╕ª └╘╖┬╟▀╜└┤╧┤┘. ╛╧╚ú╕ª ┐°╟╧┴÷ ╛╩└╕╕Θ, %-cont-%
-
- *strings.-813:`╡┌╖╬'╕ª ┤⌐╕ú░φ "`╛╧╚ú┤┬ ╟╩┐Σ╛°╜└┤╧┤┘'╕ª ╝▒┼├╟╧╜╩╜├┐└". ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.<p>╛╧╚ú: <input type=password name=password1><p>╚«└╬└╗ └º╟╪ ╛╧╚ú╕ª ┤┘╜├ └╘╖┬╟╧╜╩╜├┐└. %-cont-%
-
- *strings.-812:╚«└╬:<p>╛╧╚ú ┤┘╜├ └╘╖┬: <input type=password name=password2><p><b>╛╧╚ú╕ª └╪┴÷ ╕╢╜╩╜├┐└! ╛╧╚ú┤┬ ║╣▒╕╡╔ ╝÷ ╛°╜└┤╧┤┘. %-cont-%
-
- *strings.-811:╛╧╚ú╕ª └╪└╕╕Θ, ╗⌡ └╬┴⌡╝¡╕ª ╣▐╛╞╛▀ ╟╒┤╧┤┘.</b>
-
- *strings.-810:%banner-sec%╛╧╚ú╛°└╠ ╗τ┐δ╟╧┤┬ ░═└╗ ╝▒┼├╟▀╜└┤╧┤┘.<p>│¬┴▀┐í %-cont-%
-
- *strings.-809:░│└╬ ┼░┐═ └╬┴⌡╝¡╕ª ║╕╚ú╟╧▒Γ └º╟╪ ╛╧╚ú╕ª ░í┴÷╖┴╕Θ ║╕╛╚ ╚»░µ╝│┴ñ┐í╝¡ ╛╧╚ú╕ª ╝│┴ñ╟╥ ╝÷ └╓╜└┤╧┤┘.<p>%-cont-%
-
- *strings.-808:Netscape Navigator╖╬ ╡╟╡╣╛╞░í╖┴╕Θ ╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.
-
- *strings.-807:%banner-sec%└╠└ⁿ ╛╧╚ú╕ª└╘╖┬╟╧╜╩╜├┐└:<p> ╛╧╚ú: <input type=password name=password>
-
- *strings.-806:%banner-sec%└╘╖┬╟╤ ╛╧╚ú░í ╞▓╕│┤╧┤┘. ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└:<p> ╛╧╚ú: %-cont-%
-
- *strings.-805:<input type=password name=password>
-
- *strings.-804:%banner-sec%╝▒┼├:<p><input type=radio name=usepw value=true %0%> ╛╧╚ú╕ª ╣┘▓▐<br>%-cont-%
-
- *strings.-803:<input type=radio name=usepw value=false %1%> ╛╧╚ú ╗τ┐δ╛╚╟╘
-
- *strings.-802:%banner-sec%╛╧╚ú╕ª └╘╖┬╟╧┴÷ ╛╩╛╥╜└┤╧┤┘. ╛╧╚ú╕ª ┐°╟╧┴÷ ╛╩└╕╕Θ `└╠└ⁿ'└╗ ┤⌐╕ú░φ %-cont-%
-
- *strings.-801:"╛╧╚ú ╗τ┐δ╛╚╟╘"└╗ ╝▒┼├╟╧╜╩╜├┐└. ┤┘╜├ ╜├╡╡╟╧╜╩╜├┐└.<p>╛╧╚ú: <input type=password name=password1><p>╚«└╬└╗ └º╟╪ ╛╧╚ú╕ª ┤┘╜├ └╘╖┬╟╧╜╩╜├┐└. %-cont-%
-
- *strings.-800:<p>╛╧╚ú ┤┘╜├ └╘╖┬: <input type=password name=password2><p><b>╛╧╚ú╕ª └╪┴÷ ╕╢╜╩╜├┐└! ╛╧╚ú┤┬ ║╣▒╕╡╔ ╝÷ ╛°╜└┤╧┤┘. %-cont-%
-
- *strings.-799:╛╧╚ú╕ª └╪└╕╕Θ, ╗⌡ └╬┴⌡╝¡╕ª ╣▐╛╞╛▀ ╟╒┤╧┤┘.</b>
-
- *strings.-798:%banner-sec%┤⌡ └╠╗≤ ╛╧╚ú ┐Σ▒╕┤┬ ╛°╜└┤╧┤┘.
-
- *strings.-797:%banner-sec%╛╧╚ú└╟ ║»░µ, ╝│┴ñ, ╢╟┤┬ ╗τ┐δ ╛╩╟╘ ╜├╡╡╕ª ╜╟╞╨╟▀╜└┤╧┤┘.<p> %-cont-%
-
- *strings.-796:┼░ ╡Ñ└╠┼═║ú└╠╜║░í ┴ó▒┘ ║╥░í┤╔( └╠╣╠ ┤┘╕Ñ Navigator╕ª ╜╟╟α┴▀└╠╕Θ ╣▀╗²╟╘) └╠░┼│¬ ┤┘╕Ñ ┐└╖∙└╬ ░═ ░░╜└┤╧┤┘. %-cont-%
-
- *strings.-795:<p>┼░ ╡Ñ└╠┼═║ú└╠╜║ ╞─└╧└╠ └▀╕°╡╚ ░═└╗ ┴÷└√╟╧┤┬ ░═└╠╢≤╕Θ, ║╣╗τ║╗└╗ ╗τ┐δ╟╪ ║╕╜╩╜├┐└. %-cont-%
-
- *strings.-794:╕╢┴÷╕╖ ╣µ╣²└║ ┼░ ╡Ñ└╠┼═║ú└╠╜║╕ª ╗Φ┴ª╟╧░φ ╗⌡╖╬┐ε ░│└╬ └╬┴⌡╝¡╕ª ╛≥╛ε╛▀ ╟╒┤╧┤┘.
-
- *strings.-793:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
-
- *strings.-792:type="submit" name="button" value="%finished%"></td>%0%
-
- *strings.-791:%banner-sec%┤┘└╜ ╟╘╝÷┤┬ ▒╕╟÷╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.<br>%0%<br>└╬┴⌡╝¡ └╠╕º:<br>%1%
-
- *strings.-790:%0%%1%
-
- *strings.-789:└╠ ░│└╬ └╬┴⌡╝¡╕ª ╗Φ┴ª╟╧╜├░┌╜└┤╧▒ε?<p>%0%
-
- *strings.-788:└╠ ╗τ└╠╞« └╬┴⌡╝¡╕ª ╗Φ┴ª╟╧╜├░┌╜└┤╧▒ε?<p>%0%
-
- *strings.-787:└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╗Φ┴ª╟╧╜├░┌╜└┤╧▒ε?<p>%0%
-
- *strings.-786:%0%<hr> └╠ └╬┴⌡╝¡┤┬ SSL ╝¡╣÷┐í ╝╙╟╪ └╓╜└┤╧┤┘.<br><input type=radio name=allow value=yes %1%>└╠ ╗τ└╠╞«┐í ┐¼░ß└╗ ╟π┐δ╟╘ <br>%-cont-%
-
- *strings.-785:<input type=radio name=allow value=no %2%>└╠ ╗τ└╠╞«┐í ┐¼░ß└╗ ╟π┐δ╟╧┴÷ ╛╩└╜ <hr><input type=checkbox name=postwarn value=yes %3%>%-cont-%
-
- *strings.-784:└╠ ╗τ└╠╞«╖╬ ╡Ñ└╠┼╕ └ⁿ╝█ └ⁿ┐í ░µ░φ╟Ñ╜├╟╘
-
- *strings.-783:%0%<hr>└╠ └╬┴⌡╝¡┤┬ ╞»┴ñ └╬┴⌡ ▒Γ░ⁿ┐í ╝╙╟╪ └╓╜└┤╧┤┘ <br><input type=radio name=allow value=yes %1%>└╠ ▒Γ░ⁿ┐í╝¡ └╬┴⌡╟╤ ╗τ└╠╞« ┐¼░ß└╗ %-cont-%
-
- *strings.-782:╟π┐δ<br><input type=radio name=allow value=no %2%> └╠ ▒Γ░ⁿ┐í╝¡ └╬┴⌡╟╤ ╗τ└╠╞« ┐¼░ß└╗ ╟π┐δ╟╧┴÷ ╛╩└╜<hr><input %-cont-%
-
- *strings.-781:type=checkbox name=postwarn value=yes %3%>└╠ ▒Γ░ⁿ┐í╝¡ └╬┴⌡╟╤ ╗τ└╠╞«╖╬ ╡Ñ└╠┼╕ └ⁿ╝█ └ⁿ┐í ░µ░φ╟Ñ╜├╟╘
-
- *strings.-780:%banner-sec%<b>░µ░φ: %0% ╗τ└╠╞«╖╬ ╛╧╚ú╚¡╡╚ ┴ñ║╕╕ª ║╕│╗╖┴░φ ╟╒┤╧┤┘.</b><p>%-cont-%
-
- *strings.-779:└╬┴⌡╝¡│¬ ┐╧└ⁿ╝║┐í └╟╜╔└╠ ░ú┤┘╕Θ ┴ñ║╕(╞»║░╚≈ ╜┼╗≤ ┴ñ║╕, ╜┼┐δ─½╡σ ╣°╚ú, ╢╟┤┬ ╛╧╚ú)╕ª ║╕│╗┴÷ ╛╩┤┬ ░═└╠ ┤⌡ ╛╚└ⁿ╟╒┤╧┤┘.%-cont-%
-
- *strings.-778:<br>┐⌐▒Γ └╠ ╗τ└╠╞«└╟ └╬┴⌡╝¡░í └╓╜└┤╧┤┘.<hr><table><tr><td valign=top><font size=2>└╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: %-cont-%
-
- *strings.-777:<br>╛╧╚ú╚¡: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% ╡ε▒▐(%4% └╗/╕ª %5%-║±╞« ║╕╛╚ ┼░╖╬)</font></td><td valign=bottom>%-cont-%
-
- *strings.-776:<font size=2><input type="submit" name="button" value="%moreinfo%"></font></td></tr></table><hr><input type=radio name=action %-cont-%
-
- *strings.-775:value=sendandwarn checked>└╠ ┴ñ║╕╕ª ║╕│╗░φ ┤┘└╜┐í╡╡ ┤┘╜├ ░µ░φ╟Ñ╜├╟╘ <br><input type=radio name=action value=send>└╠ ┴ñ║╕╕ª ║╕│╗░φ %-cont-%
-
- *strings.-774:┤┘╜├ ░µ░φ╟╧┴÷ ╛╩└╜ <br><input type=radio name=action value=dontsend> ┴ñ║╕╕ª ║╕│╗┴÷ ╛╩└╜ <br>%6%
-
- *strings.-773:%banner-sec%└╬┴⌡ ▒Γ░ⁿ└╟ ╜┬└╬ ░·┴ñ└╗ ┴°╟α╟╒┤╧┤┘. %-cont-%
-
- *strings.-772:└╠ ░·┴ñ└║ Netscape╕ª ╗τ┐δ╟╧┐⌐ ╛╧╚ú╖╬ ╕╕╡σ┤┬ ║╕╛╚┐í ╣╨┴ó╟╧░╘ ░ⁿ╖├╡╟╛ε └╓╜└┤╧┤┘. ┤┘└╜└╟ ▒█└║ └╬┴⌡ ▒Γ░ⁿ└╟ %-cont-%
-
- *strings.-771:╜┬└╬ ┐⌐║╬╕ª ░ß┴ñ╟╧┤┬╡Ñ ╡╡┐≥└╗ ┴┘ ░═└╘┤╧┤┘.
-
- *strings.-770:%banner-sec%└╬┴⌡ ▒Γ░ⁿ└║ └╬┼═│▌╗≤ ╗τ└╠╞«└╟ ╜┼┐°└╗ └╬┴⌡╟╒┤╧┤┘. %-cont-%
-
- *strings.-769:└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜┬└╬╟╧┤┬ ░═└║ Netscape Navigator░í ┴·╣«└╠│¬ ░µ░φ ╛°└╠ └╠ └╬┴⌡ ▒Γ░ⁿ└╠ └╬┴⌡╟╤ ╛ε┤└ ╗τ└╠╞«┐═╡╡┐¼░ß░· ┴ñ║╕ ╝÷╜┼└╗ ╟π╢⌠╟╧┤┬ ░═└╘┤╧┤┘. %-cont-%
-
- *strings.-768:<p>└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ░┼║╬╟╧╕Θ, └╠ └╬┴⌡ ▒Γ░ⁿ└╠ └╬┴⌡╟╤ ╗τ└╠╞«┐═ ┐¼░ß ╢╟┤┬ %-cont-%
-
- *strings.-767:┴ñ║╕ ╝÷╜┼ └ⁿ┐í ┴·╣« ╟╥ ░═└╘┤╧┤┘.
-
- *strings.-766:%banner-sec%┐⌐▒Γ └╠ └╬┴⌡ ▒Γ░ⁿ└╟ └╬┴⌡╝¡░í └╓╜└┤╧┤┘. ┴╓└╟▒φ░╘ ░╦┼Σ╟╧╜╩╜├┐└. %-cont-%
-
- *strings.-765:└╬┴⌡╝¡└╟ ┴÷╣«└║ └╠ ▒Γ░ⁿ└╟ ╜┼┐°└╗ ╚«└╬╟╧┤┬╡Ñ ╗τ┐δ╡╦┤╧┤┘. └╠╕ª └º╟╪╝¡ ┤┘╕Ñ └σ╝╥┐í╝¡ %-cont-%
-
- *strings.-764:└╠ ▒Γ░ⁿ└╠ ╣▀╟α╟╤ ┴÷╣«░· ║±▒│╟╧╜╩╜├┐└.<hr> <table><tr><td valign=top><font size=2>└╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: </font></td>%-cont-%
-
- *strings.-763:<td valign=top><font size=2>%0%<br>%1%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
-
- *strings.-762:"></font></td></tr></table><hr>
-
- *strings.-761:%banner-sec%┤┘╕Ñ └╬┼═│▌ ╗τ└╠╞«╕ª └╬┴⌡╟╧▒Γ └º╟╪ └╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜┬└╬╟╧░┌╜└┤╧▒ε? %-cont-%
-
- *strings.-760:<p>└╠░═└║ └╠ ▒Γ░ⁿ└╠ └╬┴⌡╟╧┤┬ ╗τ└╠╞«┐═└╟ ┐¼░ß░· ┴ñ║╕ ╝÷╜┼┐í╝¡ ░µ░φ╣▐┴÷ ╛╩┤┬ ░═└╗ └╟╣╠╟╒┤╧┤┘ %-cont-%
-
- *strings.-759:.<p><input type=radio name=accept value=yes %0%> └╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜┬└╬╟╘ <br><input type=radio name=accept value=no %1%>%-cont-%
-
- *strings.-758:└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜┬└╬╟╧┴÷ ╛╩└╜ <br>
-
- *strings.-757:%banner-sec%└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜┬└╬╟╧┤┬ ░═└║ ░µ░φ│¬ ┴·╣«╛°└╠ Netscape Navigator░í%-cont-%
-
- *strings.-756:╛ε╢▓ └╬┴⌡╡╚ ╗τ└╠╞«┐═╡╡ ┐¼░ß╟╧░φ ┴ñ║╕ ╝÷╜┼╟╧░╘ ╟╒┤╧┤┘. <p>Netscape Navigator┤┬ ╗τ┐δ└┌░í ▒╫╖▒ ╗τ└╠╞«╖╬ %-cont-%
-
- *strings.-755:┴ñ║╕╕ª ║╕│╗▒Γ └ⁿ┐í ░µ░φ╟╥ ╝÷ └╓╜└┤╧┤┘.<p><input type=checkbox name=postwarn value=yes %0%>└╠ └╬┴⌡ ▒Γ░ⁿ└╠ └╬┴⌡╟╤ ╗τ└╠╞«┐í ┴ñ║╕╕ª ║╕│╗▒Γ └ⁿ┐í %-cont-%
-
- *strings.-754:░µ░φ╟╘.
-
- *strings.-753:%banner-sec%└╠ └╬┴⌡ ▒Γ░ⁿ└╠ ╜┬└╬╡╟╛·╜└┤╧┤┘.└╠┴ª └╠ └╬┴⌡ ▒Γ░ⁿ└╗ ╜─║░╟╧┤┬╡Ñ ╗τ┐δ╡╟┤┬ └╠╕º└╗ ╝▒┼├╟╪╛▀ ╟╒┤╧┤┘ %-cont-%
-
- *strings.-752:┐╣╕ª ╡Θ╕Θ <b>Mozilla's Certificate Shack</b>.<p>└╠╕º: <font size=4><input type=text %-cont-%
-
- *strings.-751:name=nickname></font>
-
- *strings.-750:%banner-sec%└╠ └╬┴⌡ ▒Γ░ⁿ└╗ ░┼║╬╟╧╕Θ Netscape Navigator┤┬ └╠ ▒Γ░ⁿ└╠ └╬┴⌡╟╤ ╛ε╢▓ ╗τ└╠╞«┐═ ┐¼░ß╟╧░┼│¬ %-cont-%
-
- *strings.-749:┴ñ║╕ ╝÷╜┼╟╥ ╢º ┴·╣«╟╒┤╧┤┘.
-
- *strings.-748:%0%
-
- *strings.-747:%banner-sec%'%0%' ╗τ└╠╞«┐í╝¡ ┼¼╢≤└╠╛≡╞« └╬┴⌡└╗ ┐Σ├╗╟▀╜└┤╧┤┘.<p>┐⌐▒Γ┐í %-cont-%
-
- *strings.-746:╗τ└╠╞«└╟ └╬┴⌡╝¡░í └╓╜└┤╧┤┘:<hr><table><tr><td valign=top><font size=2> └╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: <br>╛╧╚ú╚¡: </font></td><td valign=top><font %-cont-%
-
- *strings.-745:size=2>%1%<br>%2%<br>%3% ╡ε▒▐(%4% └╗/╕ª %5%-║±╞« ║±╣╨ ┼░╖╬)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
-
- *strings.-744:"></td></tr></table><hr>╗τ┐δ└┌ └╬┴⌡╝¡╕ª ╝▒┼├╟╧╜╩╜├┐└:<select name=cert>%6%</select>%7%
-
- *strings.-743:%banner-sec%'%0%' ╗τ└╠╞«░í ┼¼╢≤└╠╛≡╞« └╬┴⌡└╗ ┐Σ├╗╟▀└╕│¬ ╗τ┐δ└┌╕ª └╬┴⌡╟╥ ░│└╬ └╬┴⌡╝¡░í %-cont-%
-
- *strings.-742:╛°╜└┤╧┤┘. ╗τ└╠╞«┤┬ └╬┴⌡╛°└╠┤┬ ┴ó▒┘└╗ ╟π╢⌠╟╧┴÷ ╛╩└╗ ░═└╘┤╧┤┘. %1%
-
- *strings.-741:%banner-sec%<B>┐Σ├╗╣▐└║ ╕≡╡τ ╞─└╧└║ ╛╧╚ú╚¡╡╟╛ε └╓╜└┤╧┤┘.</B><p> %-cont-%
-
- *strings.-740:└╠░═└║ ╣«╝¡ ▒╕╝║ ╞─└╧╡Θ└╠ ║±╣╨└╗ └º╟╪ └ⁿ╝█ ┴▀ ╛╧╚ú╚¡╡╟╛ε ║╕│╗┴÷┤┬ ░═└╗ └╟╣╠╟╒┤╧┤┘. <p>└╠ ╣«╝¡ ╛╧╚ú╚¡└╟ ┤⌡ ╕╣└║ ╝╝║╬╗τ╟╫└║ %-cont-%
-
- *strings.-739:╣«╝¡ ┴ñ║╕╕ª ┐¡╛ε║╕╜╩╜├┐└.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
-
- *strings.-738:value="%showdocinfo%"></center>%0%
-
- *strings.-737:<img src=about:security?banner-mixed><br clear=all><p><B> ┐Σ├╗╟╤ ╞─└╧ ┴▀ └╧║╬┤┬ ╛╧╚ú╚¡╡╟╛·╜└┤╧┤┘.</B><p> └╠ ╞─└╧ ┴▀ └╧║╬┤┬ %-cont-%
-
- *strings.-736:║±╣╨└╗ └º╟╪ └ⁿ╝█ ╡╡┴▀ ╛╧╚ú╚¡╡╟╛ε ║╕│╗┴²┤╧┤┘. │¬╕╙┴÷╡Θ└║ ╛╧╚ú╚¡╡╟┴÷ ╛╩░φ └ⁿ╝█ ╡╡┴▀ ┤┘╕Ñ ╗τ╢≈└╠ ║╝ ╝÷ └╓╜└┤╧┤┘.<p> %-cont-%
-
- *strings.-735:╣«╝¡ ┴ñ║╕╕ª ┐¡╛ε║╕╕Θ ╛╧╚ú╚¡╡╚ ╞─└╧░· ╛╧╚ú╚¡╡╟┴÷ ╛╩└║ ╞─└╧└╗┴ñ╚«╟╧░╘ ├ú└╗ ╝÷ └╓╜└┤╧┤┘.<p> <center><input type="submit" name="button" %-cont-%
-
- *strings.-734:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%0%
-
- *strings.-733:<img src=about:security?banner-insecure><br clear=all><p><B>┐Σ├╗╟╤ ╞─└╧ ╕≡╡╬ ╛╧╚ú╚¡╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.</B><p>╛╧╚ú╚¡╡╟┴÷ ╛╩└║ ╞─└╧└║ %-cont-%
-
- *strings.-732:┤┘╕Ñ ╗τ╢≈└╠ ║╝ ╝÷ └╓╜└┤╧┤┘.<p> <center><input type="submit" name="button" value="%ok%"></center>%0%
-
- *strings.-731:<img src=about:security?banner-payment><br clear=all><p> ▒╕╕┼╕ª ┴╛╖ß╟╧▒Γ └º╟╪╝¡ ╜┼┐δ─½╡σ ┴ñ║╕░í ╟╩┐Σ╟╒┤╧┤┘. %-cont-%
-
- *strings.-730:<p>┴ª░°╡╚ ┴ñ║╕┤┬ ╗τ┐δ└┌└╟ ┐Σ▒╕┐í ╡√╢≤ ┬≈║░└√└╕╖╬╛╧╚ú╚¡╡╟╛ε <em>%0%</em>┐í └╟╟╪╝¡╕╕ ╛╧╚ú╟╪╡╢╡╔ ╝÷ └╓╜└┤╧┤┘.<hr>%-cont-%
-
- *strings.-729:<table><tr><td><font size=2>%showcert%╕ª ┤⌐╕ú╕Θ <em>%1%</em>┐í ░ⁿ╟╤ ├▀░í ┴ñ║╕╕ª ║╝ ╝÷ └╓╜└┤╧┤┘.</font></td><td><input type="submit" %-cont-%
-
- *strings.-728:name="button" value="%showcert%"></td></tr></table><hr> ▒╕╕┼╕ª ┴▀┤▄╟╧╖┴╕Θ ├δ╝╥╕ª ┤⌐╕ú░φ, ░Φ╝╙╟╧╖┴╕Θ ┤┘└╜└╗ ┤⌐╕ú╜╩╜├┐└.%2%
-
- *strings.-727:<img src=about:security?banner-payment><br clear=all><p>Your purchase ╗≤└╬└╠ ┴ª├Γ╟╤ ╗τ┐δ└┌ ▒╕╕┼ ┴╓╣«:<p><font size=4><pre>%0%</pre></font>%-cont-%
-
- *strings.-726:%1%
-
- *strings.-725:<img src=about:security?banner-payment><br clear=all><p>%0%%1%%2%╗τ┐δ└┌ ▒╕┴┬┐í ┤δ╟╤ ├╗▒╕ ├╤╛╫: %3%<hr><table><tr><td><font %-cont-%
-
- *strings.-724:size=2> ┴╓╣«└╗ ░╦┼Σ╟╧╖┴╕Θ %showorder%╕ª ┤⌐╕ú╜╩╜├┐└. </font></td><td><input type="submit" name="button" value="%showorder%"></td></tr>%-cont-%
-
- *strings.-723:</table><hr>╡┐└╟╟╧╕Θ ┤┘└╜└╗ ┤⌐╕ú░φ, ▒╕╕┼╕ª ┴▀┤▄╟╧╖┴╕Θ ├δ╝╥╕ª ┤⌐╕ú╜╩╜├┐└ %4%
-
- *strings.-721:<img src=about:security?banner-payment><br clear=all><p> ╗τ┐δ└┌└╟ ░Φ┴┬ ┴ñ║╕╕ª └╘╖┬╟╧╜╩╜├┐└:<p>░Φ┴┬ ╣°╚ú: <font size=4><input %-cont-%
-
- *strings.-720:type=text name=pan size=20 maxlength=30 %0%></font><p>╕╕▒Γ┐∙: <select name=expmonth>%1%</select>╕╕▒Γ│Γ: %-cont-%
-
- *strings.-719:<select name=expyear>%2%</select><p>▒╕╕┼╕ª ░Φ╝╙╟╧╖┴╕Θ ┤┘└╜└╗ ┤⌐╕ú╜╩╜├┐└. %3%
-
- *strings.-718:<img src=about:security?banner-payment><br clear=all><p> ╜┼┐°└╗ ╚«└╬╟╧▒Γ └º╟╪, └τ┴ñ▒Γ░ⁿ└║ %-cont-%
-
- *strings.-717:╗τ┐δ└┌└╟ ░Φ┴┬┐í ╗τ┐δ╡╟┤┬ ┤δ╖╬└╟ ├╗▒╕┴╓╝╥╕ª ┐Σ├╗╟╒┤╧┤┘.<p>░┼╕« ┴╓╝╥: <font size=4><input type=text name=street size=30 %-cont-%
-
- *strings.-716:maxlength=30></font><p>╡╡╜├: <font size=4><input type=text name=city size=15 maxlength=15></font>┴╓: <font size=4><input type=text %-cont-%
-
- *strings.-715:name=state size=2 maxlength=2></font>┐∞╞φ ╣°╚ú: <font size=4><input type=text name=zip size=9 maxlength=9></font><p>%0%
-
- *strings.-714:<img src=about:security?banner-payment><br clear=all><p>▒╕╕┼┐í ╟╩┐Σ╟╤ ┴ñ║╕╕ª ╕╢├╞╜└┤╧┤┘. %-cont-%
-
- *strings.-713:%0% └╠ ╗τ┐δ└┌└╟ ░Φ┴┬┐í╝¡ ├╗▒╕╡╔ ░═└╘┤╧┤┘.<p>┴ñ║╕╕ª ║»░µ╟╧╖┴╕Θ ╡┌╖╬╕ª ┤⌐╕ú╜╩╜├┐└.<p>░Φ┴┬┐í ├╗▒╕╝¡╕ª ┴ª├Γ╟╧░φ ▒╕╕┼╕ª ╕╢─í╖┴╕Θ %-cont-%
-
- *strings.-712:╕╢─º└╗ ┤⌐╕ú╜╩╜├┐└.%1%
-
- *strings.-711:%banner-sec%<h3> SSL└╗ ╗τ┐δ╟╧▒Γ └º╟╪ ╛╧╚ú╕ª ╝▒┼├╟╧╜╩╜├┐└. v%0%</h3><ul>%1%</ul>%2%
-
- *strings.-710:%banner-sec%<p>%-cont-%
-
- *strings.-709:└╠└ⁿ┐í %0%╖╬║╬┼═ ┐Σ├╗╟╤ ╗⌡ ░│└╬ └╬┴⌡╝¡╕ª ┤┘┐ε╖╬╡σ╟╧░φ └╓╜└┤╧┤┘.└╠ └╬┴⌡╝¡┤┬ └╬┼═│▌╗≤└╟ ╗τ└╠╞«┐í╝¡ %-cont-%
-
- *strings.-708:╗τ┐δ└┌╕ª ╜─║░╟╧▒Γ └º╟╪, ╗τ┐δ└┌░í └╬┴⌡╝¡╕ª ┐Σ├╗╟▀└╗ ╢º╗²╝║╡╚ ┤δ└└╟╧┤┬ ░│└╬ ┼░┐═ ╟╘▓▓ ╗τ┐δ╡╔ ░═└╘┤╧┤┘. %-cont-%
-
- *strings.-707:└╬┼═│▌ ╗τ└╠╞«┐í╝¡ ╗τ┐δ└┌╕ª ╜─║░╟╧▒Γ └º╟╪ └╬┴⌡╝¡┐═ ░│└╬ ┼░╕ª ╗τ┐δ╟╧┤┬ ░═└╠ └ⁿ┼δ└√└╬ ╗τ┐δ└┌ └╠╕º░· ╛╧╚ú║╕┤┘ ╚╬╛└ ┤⌡ ╛╚└ⁿ╟╒┤╧┤┘.%1%
-
- *strings.-706:%banner-sec%┐⌐▒Γ┐í ╗τ┐δ└┌└╟ ╗⌡ └╬┴⌡╝¡ ┴ñ║╕░í └╓╜└┤╧┤┘. └╬┴⌡╝¡└╟ ╕≡╡τ ╝╝║╬╗τ╟╫└╗ ║╕╖┴╕Θ %-cont-%
-
- *strings.-705:├▀░í ┴ñ║╕ ┤▄├▀╕ª ┤⌐╕ú╜╩╜├┐└. <hr><table><tr><td valign=top><font size=2>└╬┴⌡ ┤δ╗≤: <br>╗τ└╬└┌: </font></td><td valign=top>%-cont-%
-
- *strings.-704:<font size=2>%0%<br>%1%</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
-
- *strings.-703:<hr>
-
- *strings.-702:%banner-sec%└╠┴ª └╠ └╬┴⌡╝¡ ┬ⁿ┴╢┐í Netscape░í ╗τ┐δ╟╥ └╠╕º└╗ └╘╖┬╟╧╜╩╜├┐└.%-cont-%
-
- *strings.-701:┴ª░°╡╚ └╠╕º ╢╟┤┬ ┤⌡┐φ └╟╣╠└╓┤┬ └╠╕º└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.<p>└╬┴⌡╝¡ └╠╕º: <font size=2><input type=text size=60 name=nickname %-cont-%
-
- *strings.-700:value="%0%"></font><p>%1%
-
- *strings.-699:%banner-sec%╗⌡ └╬┴⌡╝¡░í ╝║░°└√└╕╖╬ ╝│─í╡╟╛·╜└┤╧┤┘. └╠┴ª └╬┴⌡╝¡╕ª ┐Σ├╗╟╧┤┬ %-cont-%
-
- *strings.-698:└╬┼═│▌ ╗τ└╠╞«┐í╝¡ ╗τ┐δ└┌╕ª ╜─║░╟╧┤┬╡Ñ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.%0%
-
- *strings.-697:%banner-sec%Netscape┤┬ ╗τ┐δ└┌┐í░╘ ░│└╬ ┼░╕ª ╗²╝║╟╧╖┴░φ ╟╒┤╧┤┘. └╠ ░│└╬ ┼░┤┬ %-cont-%
-
- *strings.-696:└╬┼═│▌ ╗τ└╠╞«┐í╝¡ ╗τ┐δ└┌╕ª ╜─║░╟╧▒Γ └º╟╪ ┐Σ├╗╟╤ └╬┴⌡╝¡┐═ ╟╘▓▓ ╗τ┐δ╡╦┤╧┤┘. ╗τ┐δ└┌ ░│└╬ ┼░┤┬ ──╟╗┼═┐í╝¡ ┴÷┐÷┴÷┴÷ ╛╩░φ %-cont-%
-
- *strings.-695:Netscape ╛╧╚ú╖╬ ║╕╚ú╡╦┤╧┤┘. ╛╧╚ú╕ª ┼╕└╬┐í░╘ ╛╦╕«┴÷ ╛╩┤┬ ░═└╠ ┴▀┐Σ╟╒┤╧┤┘. ▒╫╖»╕Θ └╬┼═│▌┐í╝¡ ╗τ┐δ└┌ ░│└╬ ┼░░í ┤┘╕Ñ ╗τ╢≈┐í └╟╟╪╗τ┐δ╡╟┤┬ ░═└╗ ╟π╢⌠╟╧▒Γ ╢º╣«└╘┤╧┤┘. %-cont-%
-
- *strings.-694:<p>╛╞╖í└╟ ╚«└╬ ┤▄├▀╕ª ┤⌐╕ú╕Θ Netscape┤┬ ╗τ┐δ└┌┐í░╘ ░│└╬ ┼░╕ª ╗²╝║╟╥ ░═└╘┤╧┤┘. └╠░═└║ %-cont-%
-
- *strings.-693:║╣└Γ╟╤ ╝÷╟╨ ┐¼╗Ω└╕╖╬ ╕╢─í┤┬╡Ñ ╕ε ║╨└╠ ░╔╕│┤╧┤┘ └╠ ░·┴ñ ╡┐╛╚ Netscape╕ª %-cont-%
-
- *strings.-692:┴▀┤▄╟╧╕Θ ┼░╕ª ╟ⁿ╝║╟╧┴÷ ╛╩░φ ┤┘╜├ └╬┴⌡╝¡╕ª ╜┼├╗╟╪╛▀ ╟╒┤╧┤┘. %0%
-
- *strings.-691:%banner-sec%%0% ┤┬ └ⁿ╝█ ┴ñ║╕╕ª ║╕╚ú╟╧▒Γ └º╟╪ ╛╧╚ú╚¡╕ª ╗τ┐δ╟╧┤┬ ╗τ└╠╞«└╘┤╧┤┘. %-cont-%
-
- *strings.-690:└╠ ╗τ└╠╞«╕ª ╜─║░╟╧┤┬ ╡≡┴÷┼╨ └╬┴⌡╝¡░í └»╚┐╕╕╖ß╡╟╛·╜└┤╧┤┘. └╬┴⌡╝¡░í ╗τ╜╟╗≤ └»╚┐╕╕╖ß╡╟╛·░┼│¬ ╗τ┐δ└┌ ──╟╗┼═ │»┬Ñ░í ╞▓╕«▒Γ ╢º╣«└╘┤╧┤┘. %-cont-%
-
- *strings.-689:<p>└╬┴⌡╝¡┤┬ %1%┐í └»╚┐╕╕╖ß╡╟╛·╜└┤╧┤┘.<p> ╗τ┐δ└┌ ──╟╗┼═ │»┬Ñ░í %2%╖╬ ╕┬├▀╛ε┴« └╓╜└┤╧┤┘. └╠ │»┬Ñ░í ╞▓╕«╕Θ %-cont-%
-
- *strings.-688:╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ╕ª ╕«╝┬╟╪╛▀ ╟╒┤╧┤┘.<p>└╠ ┐¼░ß└╗ ░Φ╝╙╟╧░┼│¬ ├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘.%3%
-
- *strings.-687:%banner-sec%%0%┤┬ └ⁿ╝█╡╚ ┴ñ║╕╕ª ║╕╚ú╟╧▒Γ └º╟╪ ╛╧╚ú╕ª ╗τ┐δ╟╧┤┬ ╗τ└╠╞«└╘┤╧┤┘. %-cont-%
-
- *strings.-686:└╠ ╗τ└╠╞«╕ª ╜─║░╟╧┤┬ ╡≡┴÷┼╨ └╬┴⌡╝¡┤┬ ╛╞┴≈ └»╚┐╟╧┴÷ ╛╩╜└┤╧┤┘. ╗τ└╠╞« ░ⁿ╕«└┌░í └╬┴⌡╝¡╕ª │╩╣½ └╧┬∩ ╝│─í╟▀░┼│¬ %-cont-%
-
- *strings.-685:╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ░í ╞▓╕«▒Γ ╢º╣«└╘┤╧┤┘.<p> └╬┴⌡╝¡┤┬ └»╚┐└╧└║ %1% ║╬┼═ ╜├└█└╘┤╧┤┘.<p>╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ┤┬ %-cont-%
-
- *strings.-684:%2%╖╬ ╕┬├▀╛ε┴« └╓╜└┤╧┤┘. └╠ │»┬Ñ░í ╞▓╖╚└╕╕Θ ╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ╕ª ╕«╝┬╟╪╛▀ ╟╒┤╧┤┘. <p>└╠ ┐¼░ß└╗ ░Φ╝╙╟╧░┼│¬ ├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘.%3%
-
- *strings.-683:%banner-sec%%0%┤┬└ⁿ╝█ ┴ñ║╕╕ª ║╕╚ú╟╧▒Γ └º╟╤ ╛╧╚ú╚¡╕ª ╗τ┐δ╟╧┤┬ ╗τ└╠╞«└╘┤╧┤┘. %-cont-%
-
- *strings.-682:└╠ ╗τ└╠╞«╕ª ╜─║░╟╧┤┬ └╬┴⌡╝¡ ▒╟╟╤ ┴▀ ╟╧│¬░í └»╚┐╕╕╖ß╡╟╛·╜└┤╧┤┘. └╬┴⌡╝¡░í ╜╟┴ª╖╬ └»╚┐╕╕╖ß╡╟╛·░┼│¬ %-cont-%
-
- *strings.-681:╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ░í ╞▓╖╚▒Γ ╢º╣«└╘┤╧┤┘. └»╚┐╕╕╖ß╡╚ └╬┴⌡╝¡└╟ ╝╝║╬╗τ╟╫└╗ ║╕╖┴╕Θ ├▀░í ┴ñ║╕ ┤▄├▀╕ª ┤⌐╕ú╜╩╜├┐└.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
-
- *strings.-680:valign=top><font size=2>└╬┴⌡╝¡ ▒╟╟╤: <br>╕╕╖ß │»┬Ñ: </font></td><td valign=top><font size=2>%1%<br>%2%</font></td><td %-cont-%
-
- *strings.-679:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ┤┬ %-cont-%
-
- *strings.-678:%3%╖╬ ╝│─í╡╟╛·╜└┤╧┤┘. └╠ │»┬Ñ░í ╞▓╕«╕Θ ╗τ┐δ└┌ ──╟╗┼═└╟│»┬Ñ╕ª ╕«╝┬╟╪╛▀ ╟╒┤╧┤┘. <p>└╠ ┐¼░ß└╗ ░Φ╝╙╟╧░┼│¬ ├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.-677:%banner-sec%%0%┤┬└ⁿ╝█ ┴ñ║╕╕ª ║╕╚ú╟╧▒Γ └º╟╪ ╛╧╚ú╚¡╕ª ╗τ┐δ╟╧┤┬ ╗τ└╠╞«└╘┤╧┤┘. %-cont-%
-
- *strings.-676:└╠ ╗τ└╠╞«╕ª ╜─║░╟╧┤┬ └╬┴⌡╝¡ ▒╟╟╤ ┴▀ ╟╧│¬░í ╛╞┴≈ └»╚┐╟╧┴÷ ╛╩╜└┤╧┤┘. ╗τ└╠╞« ░ⁿ╕«└┌░í │╩╣½ └╧┬∩ └╬┴⌡╝¡╕ª ╝│─í╟▀░┼│¬ %-cont-%
-
- *strings.-675:╗τ┐δ└┌ ──╟╗┼═└╟ │»┬Ñ░í ╞▓╕«▒Γ ╢º╣«└╘┤╧┤┘. └»╚┐╕╕╖ß╡╚ └╬┴⌡╝¡╕ª ╗≤╝╝╚≈ ║╕╖┴╕Θ ├▀░í ┴ñ║╕ ┤▄├▀╕ª ┤⌐╕ú╜╩╜├┐└.<hr><table %-cont-%
-
- *strings.-674:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2> └╬┴⌡╝¡▒╟╟╤: <br>└╬┴⌡╝¡ └»╚┐│»┬Ñ: </font></td><td valign=top><font %-cont-%
-
- *strings.-673:size=2>%1%<br>%2%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
-
- *strings.-672:<hr>╗τ┐δ└┌ ──╟╗┼═ │»┬Ñ┤┬ %3%╖╬ ╝│─í╡╟╛·╜└┤╧┤┘.└╠ │»┬Ñ░í ╞▓╕«╕Θ ╗τ┐δ└┌ ──╟╗┼═┐í │»┬Ñ╕ª ╕«╝┬╟╪╛▀ ╟╒┤╧┤┘. <p>└╠ ┐¼░ß└╗ ░Φ╝╙╟╧░┼│¬ %-cont-%
-
- *strings.-671:├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.-670:├δ╝╥
-
- *strings.-669:╚«└╬
-
- *strings.-668:░Φ╝╙
-
- *strings.-667:┤┘└╜>
-
- *strings.-666:<└╠└ⁿ
-
- *strings.-665:╕╢─º
-
- *strings.-664:├▀░í ┴ñ║╕...
-
- *strings.-663:└╬┴⌡╝¡ ║╕▒Γ
-
- *strings.-662:╝°╝¡ ║╕▒Γ
-
- *strings.-661:╣«╝¡ ┴ñ║╕ ║╕▒Γ
-
- *strings.-660:┤┘└╜>
-
- *strings.-659:<└╠└ⁿ
-
- *strings.-658:┤┘└╜ ─½╡σ░í ╝▒┼├╟╧┐┤╜└┤╧┤┘ - <em>
-
- *strings.-657:</em>. ║»░µ╟╧╖┴╕Θ, ├δ╝╥╕ª ┤⌐╕ú░φ┴╓╣« ╝¡╜─└╕╖╬ ╡╣╛╞░í╝¡ ░┼▒Γ╝¡ ║»░µ╟╧╜╩╜├┐└.<p>
-
- *strings.-656:░µ░φ
-
- *strings.-655:└╬┴⌡╝¡ ║╕▒Γ
-
- *strings.-654:└╬┴⌡╝¡ └╠╕º ░╦╗τ
-
- *strings.-653:└╬┴⌡╝¡ └»╚┐ ╕╕╖ß
-
- *strings.-652:└╬┴⌡╝¡┤┬ ╛╞┴≈ └»╚┐╟╧┴÷ ╛╩└╜
-
- *strings.-651:└╬┴⌡╝¡ ▒╟╟╤ └»╚┐ ╕╕╖ß
-
- *strings.-650:└╬┴⌡╝¡ ▒╟╟╤└║ ╛╞┴≈ └»╚┐╟╧┴÷ ╛╩└╜
-
- *strings.-649:╛╧╚ú╚¡ ┴ñ║╕
-
- *strings.-648:░│└╬ └╬┴⌡╝¡ ║╕▒Γ
-
- *strings.-647:░│└╬ └╬┴⌡╝¡ ╗Φ┴ª
-
- *strings.-646:╗τ└╠╞« └╬┴⌡╝¡ ╗Φ┴ª
-
- *strings.-645:└╬┴⌡╝¡ ▒╟╟╤ ╗Φ┴ª
-
- *strings.-644:╗τ└╠╞« └╬┴⌡╝¡ ╞φ┴²
-
- *strings.-643:└╬┴⌡╝¡ ▒╟╟╤ ╞φ┴²
-
- *strings.-642:╗τ┐δ└┌ └╬┴⌡╝¡ ╛°└╜
-
- *strings.-641:└╬┴⌡╝¡ ╝▒┼├
-
- *strings.-640:║╕╛╚ ┴ñ║╕
-
- *strings.-639:░│└╬ ┼░ ╗²╝║
-
- *strings.-638:╗⌡ ╗τ└╠╞« └╬┴⌡╝¡
-
- *strings.-637:╗⌡ └╬┴⌡╝¡ ▒╟╟╤
-
- *strings.-636:╗⌡ ╗τ┐δ└┌ └╬┴⌡╝¡
-
- *strings.-635:╝°╝¡ ░╦┼Σ
-
- *strings.-634:▒╕╕┼
-
- *strings.-633:Netscape ╛╧╚ú ╝│─í
-
- *strings.-632:Netscape ╛╧╚ú ║»░µ
-
- *strings.-631:Netscape ╛╧╚ú ╗τ┐δ
-
- *strings.-630:╛╧╚ú ┐└╖∙
-
- *strings.-629:╛╧╚ú ╝│┴ñ
-
- *strings.-628:%banner-sec%╝▒┼├╟╧╜┼ └╬┴⌡╝¡┤┬ └»╚┐╕╕╖ß╡╟╛ε ╝¡╣÷░í ░┼║╬╟╒┤╧┤┘.║╕│╗╖┴╕Θ ░Φ╝╙└╗ ┤⌐╕ú░┼│¬, └╠ ┐¼░ß└╗ ┴▀┤▄╟╧╖┴╕Θ ├δ╝╥╕ª ┤⌐╕ú╜╩╜├┐└.
-
- *strings.-627:%banner-sec%<table><tr><td> ╝▒┼├╟╤ └╬┴⌡╝¡┤┬ └»╚┐╕╕╖ß╡╟╛ε ╝¡╣÷░í ░┼║╬╟╒┤╧┤┘.║╕│╗╖┴╕Θ %continue%╕ª ┤⌐╕ú░┼│¬ %-cont-%
-
- *strings.-626:┴▀┤▄╟╧╖┴╕Θ %cancel%╕ª ┤⌐╕ú╜╩╜├┐└. └╬┴⌡╝¡╕ª ░╗╜┼╟╧╖┴╕Θ %renew%┤▄├▀╕ª ┤⌐╕ú╜╩╜├┐└.</td><td><input type=submit name=button value=%renew%></td></tr></table>
-
- *strings.-625:░╗╜┼
-
- *strings.-624:%banner-sec%╝▒┼├╡╚ └╬┴⌡╝¡┤┬ ╛╞┴≈ └»╚┐╟╧┴÷ ╛╩╛╞╝¡ ╝¡╣÷░í ░┼║╬╟╒┤╧┤┘.║╕│╗╖┴╕Θ ░Φ╝╙└╗ ┤⌐╕ú░┼│¬, └╠ ┐¼░ß└╗ ┴▀┤▄╟╧╖┴╕Θ ├δ╝╥╕ª ┤⌐╕ú╜╩╜├┐└.
-
- *strings.-623:╗τ┐δ└┌ └╬┴⌡╝¡ └»╚┐ ╕╕╖ß
-
- *strings.-622:╕┼╜├░ú └└┤Σ
-
- *strings.-621:Navigator └┌╡┐ ╝▒┼├ ╟π┐δ
-
- *strings.-620:1024 (│⌠└║ ╡ε▒▐)
-
- *strings.-619: 768 (┴▀░ú ╡ε▒▐)
-
- *strings.-618: 512 (│╖└║ ╡ε▒▐)
-
- *strings.-617:└╬┴⌡╝¡ ┴ñ├Ñ ║╕▒Γ
-
- *strings.-616:└╬┴⌡╝¡ ╗≤┼┬ ┴í░╦
-
- *strings.-615:128-║±╞« ┼░╖╬ RC4 ╛╧╚ú╚¡
-
- *strings.-614:128-║±╞« ┼░╖╬ RC2 ╛╧╚ú╚¡
-
- *strings.-613:168-║±╞« ┼░╖╬ Triple DES ╛╧╚ú╚¡
-
- *strings.-612:56-║±╞« ┼░╖╬ DES ╛╧╚ú╚¡
-
- *strings.-611:40-║±╞« ┼░╖╬RC4 ╛╧╚ú╚¡
-
- *strings.-610:40-║±╞« ┼░╖╬RC2 ╛╧╚ú╚¡
-
- *strings.-609:128-║±╞« ┼░╖╬ RC4 ╛╧╚ú╚¡┐═ MD5 MAC
-
- *strings.-608:168-║±╞« ┼░╖╬ Triple DES ╛╧╚ú╚¡┐═ SHA-1 MAC
-
- *strings.-607:56-║±╞« ┼░╖╬DES ╛╧╚ú╚¡┐═ SHA-1 MAC
-
- *strings.-606:40-║±╞« ┼░╖╬ RC4 ╛╧╚ú╚¡┐═ MD5 MAC
-
- *strings.-605:40-║±╞« ┼░╖╬ RC2 ╛╧╚ú╚¡┐═ MD5 MAC
-
- *strings.-604:MD5 MAC╖╬ ╛╧╚ú╚¡ ╛°└╜
-
- *strings.-5288:└╠ ╝¡╣÷┤┬ ░φ│¡╡╡ ╛╧╚ú╚¡╕ª ┴÷┐°╟╧┴÷ ╛╩▒Γ ╢º╣«┐í Netscape┤┬\n ╗τ└╠╞«┐═ ╛╚└ⁿ╟╧░╘ ┼δ╜┼╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-5287:└╠ ╝¡╣÷┤┬ ░φ│¡╡╡ ╛╧╚ú╚¡ ╗τ┐δ└╗ ╟╩┐Σ╖╬ ╟╧▒Γ ╢º╣«┐í\nNetscape░í └╠ ╗τ└╠╞«┐═ ╛╚└ⁿ╟╧░╘ ┼δ╜┼╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n╣╠▒╣ ╝÷├Γ ┴ª╟╤ ▒╘─ó└╕╖╬ └╠ Netscape ╣÷└ⁿ└║ ░φ│¡╡╡ ╛╧╚ú╚¡╕ª\n┴÷┐°╟╧┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.-5286:Netscape┐═ └╠ ╝¡╣÷┤┬ ░°┼δ ╛╧╚ú╚¡ ╛╦░φ╕«┴≥└╠ ╛°╛ε╝¡\n╛╚└ⁿ╟╧░╘ ┼δ╜┼╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-5285:Netscape┤┬ ╜┬└╬└╗ └º╟╪ ╟╩┐Σ╟╤ └╬┴⌡╝¡ ╢╟┤┬ ┼░╕ª\n├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-5284:Netscape┤┬ ╝¡╣÷└╟ └╬┴⌡╝¡░í ╟π┐δ╡╟┴÷ ╛╩╛╥└╕╣╟╖╬ \n└╠ ╗τ└╠╞«┐═ ╛╚└ⁿ╟╧░╘ ┼δ╜┼╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-5282:╝¡╣÷┤┬ ┼¼╢≤└╠╛≡╞«└╟ ╡Ñ└╠┼═ ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.
-
- *strings.-5281:Netscape┤┬ ╝¡╣÷└╟ ╡Ñ└╠┼═ ┐└╖∙╕ª ╣▀░▀╟▀╜└┤╧┤┘.
-
- *strings.-5280:Netscape┤┬ ┴÷┐°└╠ ╡╟┴÷ ╛╩┤┬ └╬┴⌡╝¡╕ª ╣▀░▀╟▀╜└┤╧┤┘.\n\n╗⌡╖╬┐ε ╣÷└ⁿ└╟ Netscape┤┬ └╠ ╣«┴ª╕ª ╟╪░ß╟╥ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *strings.-5279:╝¡╣÷┤┬ ┴÷┐°└╠ ╡╟┴÷ ╛╩┤┬ ║╕╛╚ ╟┴╖╬┼Σ─▌ ╣÷└ⁿ└╗\n╗τ┐δ╟╧░φ └╓╜└┤╧┤┘. ╗⌡╖╬┐ε ╣÷└ⁿ└╟ Netscape┤┬\n\n└╠ ╣«┴ª╕ª ╟╪░ß╟╥ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *strings.-5277:┼¼╢≤└╠╛≡╞« ┼░ ╡Ñ└╠┼═║ú└╠╜║└╟ ░│└╬ ┼░┐═ ┼¼╢≤└╠╛≡╞«\n└╬┴⌡╝¡ ╡Ñ└╠┼═║ú└╠╜║└╟ ░°░│ ┼░░í ╝¡╖╬ ╕┬┴÷ ╛╩└╕╣╟╖╬ \n┼¼╢≤└╠╛≡╞« ╚«└╬└╠ ╜╟╞╨╡╟╛·╜└┤╧┤┘.
-
- *strings.-5276:┐¼░ß╟╧░φ└┌ ╟╧┤┬ ╡╡╕▐└╬└╠ ╝¡╣÷└╟ └╬┴⌡╝¡ ╡╡╕▐└╬ └╠╕º░· \n┤▐╢≤╝¡ Netscape┤┬ └╠ ╗τ└╠╞«┐═ ╛╚└ⁿ╟╧░╘ ┼δ╜┼╟╥ ╝÷\n╛°╜└┤╧┤┘.
-
- *strings.-5274:└╠ ╗τ└╠╞«┤┬ SSL ╣÷└ⁿ 2╕╕└╗ ┴÷┐°╟╒┤╧┤┘. ║╕╛╚ ╚»░µ ╞╨│╬╖╬║╬┼═\nSSL ╣÷└ⁿ 2 ┴÷┐°└╗ ░í┤╔╟╧░╘ ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.-5273:SSL└║ ║╬┴ñ╚«╟╤ ╕▐╜├┴÷ ╚«└╬ ─┌╡σ╕ª ╞≈╟╘╟╧░φ └╓┤┬ ╖╣─┌╡σ╕ª ╣▐╛╥╜└┤╧┤┘.n└╠░═└║ │╫╞«┐÷┼⌐ ┐└╖∙, \n└▀╕°╡╚ ╝¡╣÷ ▒╕╟÷ ╢╟┤┬ ║╕╛╚ └º╣▌└╗ │¬┼╕│╛ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.-5272:SSL└║ ║╬┴ñ╚«╟╤ ╕▐╜├┴÷ ╚«└╬ ─┌╡σ╕ª │¬┼╕│╗┤┬ ╝¡╣÷╖╬║╬┼═\n┐└╖∙╕ª ╣▐╛╥╜└┤╧┤┘. └╠░═└║ │╫╞«┐÷┼⌐ ┐└╖∙,\n└▀╕°╡╚ ╝¡╣÷ ▒╕╟÷ ╢╟┤┬ ║╕╛╚ └º╣▌└╗ │¬┼╕│╛ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.-5271:╝¡╣÷┤┬ ╗τ┐δ└┌└╟ └╬┴⌡╝¡╕ª ╜─║░╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.-5270:╝¡╣÷┤┬ ╗τ┐δ└┌└╟ └╬┴⌡╝¡ ├δ╝╥╕ª ░┼└²╟▀╜└┤╧┤┘.
-
- *strings.-5269:╝¡╣÷┤┬ ╗τ┐δ└┌└╟ └╬┴⌡╝¡╕ª └»╚┐ ╕╕▒Γ╖╬ ░┼└²╟▀╜└┤╧┤┘.
-
- *strings.7032:╞─└╠╟┴ ╝╒╗≤
-
- *strings.7146:┐¼░ß ░┼║╬
-
- *strings.7022:└▀╕°╡╚ └╬╝÷
-
- *strings.7005:I/O ┐└╖∙
-
- *strings.7012:╕▐╕≡╕«░í ║╬┴╖╟╒┤╧┤┘.
-
- *strings.7009:╞─└╧ ╣°╚ú ┐└╖∙
-
- *strings.7011:└█╡┐ ┬≈┤▄
-
- *strings.7133:╝╥─╧└╠ └╠╣╠ ┐¼░ß╡╟╛ε └╓╜└┤╧┤┘.
-
- *strings.7145:┐¼░ß ╜├░ú ┴╛╖ß
-
- *strings.7150:╟÷└τ └█╡┐└╠ ┴°╟α ┴▀└╘┤╧┤┘.
-
- *strings.7149:EALREADY
-
- *strings.7125:└╠╣╠ ┴╓╝╥░í ╗τ┐δ┴▀└╘┤╧┤┘.
-
- *strings.7004:╜├╜║┼█ ─▌ ┴▀┤▄
-
- *strings.7013:╟π╢⌠ ░┼║╬
-
- *strings.7126:┐Σ├╗╟╤ ┴╓╝╥╕ª ┴÷┴ñ╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.7127:│╫╞«┐÷┼⌐ ┤┘┐ε
-
- *strings.7128:│╫╞«┐÷┼⌐ ┴ó╝╙ ║╥░í
-
- *strings.7129:│╫╞«┐÷┼⌐┤┬ ╕«╝┬ ╢º╣«┐í ┐¼░ß└╠ ┴▀┤▄╡╟╛·╜└┤╧┤┘.
-
- *strings.7130:┐¼░ß ┴▀┤▄
-
- *strings.7131:╟╟╛ε┐í └╟╟╪ ┐¼░ß ╕«╝┬
-
- *strings.7134:╝╥─╧ ┐¼░ß ╛╚╡╩
-
- *strings.7147:╚ú╜║╞« ┤┘┐ε
-
- *strings.7148:╚ú╜║╞« ╢≤┐∞╞« ╛°└╜
-
- *strings.22001: (└╬╜─ ║╥░í)
-
- *strings.22002: (└┌╡┐ ╝▒┼├)
-
- *strings.22003: (▒Γ║╗)
-
- *strings.22004: (├ú└╗ ╝÷ ╛°└╜)
-
- *strings.22010:%s └╠╣╠┴÷%dx%d ╟╚╝┐
-
- *strings.22011:└╠╣╠┴÷┤┬ %d║±╞«└╘┤╧┤┘ - %d ╝┐└╠ ╟╥┤τ╡╩.
-
- *strings.22012:╚µ╣Θ └╠╣╠┴÷
-
- *strings.22013: %d║±╞« ▒╫╖╣└╠╜║─╔└╧ └╠╣╠┴÷
-
- *strings.22014: %d║±╞« ╞«╖τ╗÷╗≤ └╠╣╠┴÷
-
- *strings.22020:░╦╗÷╟╥ ╝÷ └╓┤┬ ╗÷└╬└╘┤╧┤┘. ░╦╗÷ ┤▄╛ε╕ª └╘╖┬╟╧╜╩╜├┐└:
-
- *strings.22031:┴╓ ╟╓╕«╜║╞«
-
- *strings.22032:<!-- This is an automatically generated file.\n It will be read and overwritten.\n Do Not Edit! -->\n
-
- *strings.22033:---▒Γ╖╧ ╕±╖╧└╟ │í ---\n
-
- *strings.22040:┐¼░ß: ╚ú╜║╞« ░╦╗÷ ┴▀: %.256s...
-
- *strings.22041:┐¼░ß: ╚ú╜║╞« ┐¼░ß ┴▀: %.256s...
-
- *strings.22042:┐└╖∙: ┐¼░ß└╗ ║±║φ╖╧┼╖└╕╖╬ ╕╕╡Θ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22043:╚ú╜║╞« ├ú└╗ ╝÷ ╛°└╜ %.256s.
-
- *strings.22044:╚ú╜║╞« ├ú└╗ ╝÷ ╛°└╜ %.256s.
-
- *strings.22045:╞─└╧ └╨┤┬ ┴▀...
-
- *strings.22046:╞─└╧ └╨┤┬ ┴▀...┐└╖∙ ┴ª╖╬ ▒µ└╠
-
- *strings.22047:╡≡╖║┼Σ╕« └╨┤┬ ┴▀...
-
- *strings.22048:╞─└╧ └╨┤┬ ┴▀...┐╧╖ß
-
- *strings.22049:╡≡╖║┼Σ╕« └╨┤┬ ┴▀...┐╧╖ß
-
- *strings.22050:FTP ╞─└╧ ╣▐┤┬ ┴▀
-
- *strings.22051:FTP ╡≡╖║┼Σ╕« ╣▐┤┬ ┴▀
-
- *strings.22052:╡Ñ└╠┼═ ╣▐┤┬ ┴▀
-
- *strings.22053:%.256s╖╬║╬┼═ ╡Ñ└╠┼═ └ⁿ╝█
-
- *strings.22054:┐¼░ß: ╚ú╜║╞« %.256s ┐¼░ß╡╩. └└┤Σ ▒Γ┤┘╕«┤┬ ┴▀...
-
- *strings.22055:┐¼░ß: ┤┘╜├ ╜├╡╡ ┴▀ (HTTP 0.9)...
-
- *strings.22056:┐¼░ß: ╚ú╜║╞« ┐¼░ß╡╩. └└┤Σ ▒Γ┤┘╕«┤┬ ┴▀ (░φ╞█)
-
- *strings.22057:╕▐└╧ ║╕│╗▒Γ ╝║░°
-
- *strings.22058:┤║╜║: ┤║╜║ ▒╫╖∞ ╣▐┤┬ ┴▀...
-
- *strings.22059:┤║╜║: ┤║╜║ ▒╫╖∞ ╣▐┤┬ ┴▀...
-
- *strings.22060:┤║╜║: ▒Γ╗τ ╣▐┤┬ ┴▀...
-
- *strings.22061:┤║╜║: ▒Γ╗τ ╣▐┤┬ ┴▀...
-
- *strings.22062:┤║╜║: ┤║╜║ ▒╫╖∞ ╕±╖╧ └╨┤┬ ┴▀
-
- *strings.22063:┤║╜║: ┤║╜║ ▒╫╖∞ ░│░ⁿ ┴ñ║╕ └╨▒Γ
-
- *strings.22064:┤║╜║: ▒Γ╗τ ┴ñ╖─ ┴▀...
-
- *strings.22101:┐▄└σ ║Σ╛ε╕ª ║╬╕ú┴÷ ╕°╟╒┤╧┤┘.
-
- *strings.22102:┤δ╕«└┌┤┬ ┴÷┐°╡╟┴÷ ╛╩┤┬ ╜┬└╬ └²┬≈╕ª ╟╩┐Σ╖╬ ╟╒┤╧┤┘.
-
- *strings.22103:HTTP ╖╬╡σ ╖τ╞╛┐í╝¡ ╕▐╕≡╕« ║╬┴╖ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘!
-
- *strings.22104:╝¡╣÷╖╬║╬┼═ ╣╠╚«└╬ ╗≤┼┬ └└┤Σ: %d!
-
- *strings.22105:░µ░φ! ║±─í╕φ└√ └└┐δ╟┴╖╬▒╫╖Ñ ┐└╖∙: NET_TotalNumberOfProcessingURLs < 0
-
- *strings.22106:░µ░φ! ║±─í╕φ└√ └└┐δ╟┴╖╬▒╫╖Ñ ┐└╖∙:NET_TotalNumberOfOpenConnections < 0
-
- *strings.22107:URN└║│╗║╬└√└╕╖╬ ┴÷┐°╡╟┴÷ ╛╩└╜└╕╖╬ HTTP ┤δ╕«└┌ ╝¡╣÷╕ª ╗τ┐δ╟╧╜╩╜├┐└:
-
- *strings.22108:├ó ┴▀┤▄ └τ╜├╡╡ ┐Σ├╗
-
- *strings.22109:╕▐╜├┴÷ ╣°╚ú ┐└╖∙
-
- *strings.22110:▒Γ╗τ ╣°╚ú░í ╣ⁿ└º╕ª ╣■╛ε│▓
-
- *strings.22111:╕▐└╧ ╣┌╜║ ╖╬╡σ ╜╟╞╨
-
- *strings.22113:SMTP ╕▐╜├┴÷ ║╕│╗▒Γ ┐└╖∙. ╝¡╣÷ └└┤Σ: %.256s
-
- *strings.22114:░µ░φ: └╬╜─ ╕°╟╧┤┬ └╬─┌╡∙: `
-
- *strings.22115:┴╓└╟! ║»╚»▒Γ│¬ ╡≡─┌┤⌡╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22116:╟╓ ╕«╜║╞«┐í ╝¡╜─ ┴ª├Γ ░ß░·╕ª ├▀░í╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22130:░µ░φ: └╠░═└║ ╜╟╟α╟╥ ╝÷ └╓┤┬ `%.1024s' ╜║┼⌐╕│╞«└╘┤╧┤┘!\n\n▒═╟╧└╟ %.30s└║(┤┬) ╖╬─├ ──╟╗┼═┐í └╙└╟└√└╬ ╜├╜║┼█ ╕φ╖╔└╗ ╜╟╟α╟╧╖┴ ╟╒┤╧┤┘. ║╕╛╚└╟ └º╟Φ└╠ └╓╜└┤╧┤┘.\n└╠ ╜║┼⌐╕│╞«┐í ┤δ╟╪ ┐╧└ⁿ╚≈ ╛╦┴÷ ╕°╟╧╕Θ\n└²┤δ╖╬ ╜╟╟α╟╧┴÷ ╕╢╜╩╜├┐└.\n\n╜║┼⌐╕│╞«╕ª ╜╟╟α╟╥▒ε┐Σ?
-
- *strings.22117:░µ░φ: HTTP ┤δ╕«└┌ ╚ú╜║╞«░í ┴÷┴ñ╡╟╛·└╕│¬\n(%.2048s) ╣╠╚«└╬╡╚ ╚ú╜║╞«└╘┤╧┤┘.\n\n└╠░═└║ ┐▄║╬ ╚ú╜║╞«┐í ┐¼░ß╟╥ ╝÷ ╛°└╜└╗ ╢µ╟╒┤╧┤┘.\n▒═╟╧└╟ └╠╕º ╝¡╣÷┐í ╣«┴ª░í └╓└╗ ╝÷ └╓╜└┤╧┤┘.\n╜├╜║┼█ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.22118:░µ░φ: SOCKS ╚ú╜║╞«░í ┴÷┴ñ╡╞└╕│¬ (%.2048s)\n╣╠╚«└╬╡╚ ╚ú╜║╞«└╘┤╧┤┘.\n\n└╠░═└║ ┐▄║╬ ╚ú╜║╞«┐í ┐¼░ß╟╥ ╝÷ ╛°└╜└╗ ╢µ╟╒┤╧┤┘.\n\n▒═╟╧└╟ └╠╕º ╝¡╣÷┐í ╣«┴ª░í └╓└╗ ╝÷ └╓╜└┤╧┤┘.\n
-
- *strings.22119:╕╕╛α ▒═╟╧└╟ ╗τ└╠╞«░í ╖τ╞«░í ╛╞┤╤ └╠╕º ╝¡╣÷╕ª\n╗τ┐δ╟╪╛▀ ╟╧╕Θ, └√└²╟╤ └╠╕º ╝¡╣÷╕ª ├ú╡╡╖╧ \n$SOCKS_NS ╚»░µ ║»╝÷╕ª ╛╦╕┬░╘ ╝│┴ñ╟╪╛▀\n╟╒┤╧┤┘. ║»╝÷│¬ SOCKS ╚ú╜║╞« ╚»░µ╝│┴ñ└╗ ╣«┴ª░í\n└╓┤┬ ╚ú╜║╞«└╟ IP └╠╕º └╠┐▄└╟ IP ┴╓╝╥╖╬ ╝│┴ñ╟╥\n╟╩┐Σ░í └╓└╗(╛°└╗) ░═└╘┤╧┤┘.\n
-
- *strings.22120:╜├╜║┼█ ░ⁿ╕«└┌┐í░╘ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.22121:░µ░φ: ┤┘└╜└║ ╣╠╚«└╬╡╚ ╚ú╜║╞«└╘┤╧┤┘:.
-
- *strings.22122:░µ░φ: ╚ú╜║╞« %.256s└║(┤┬) ╣╠╚«└╬╡╚ ╚ú╜║╞«└╘┤╧┤┘.\n
-
- *strings.22123:\n└╠░═└║ └╧║╬ ╢╟┤┬ ╕≡╡τ ╚ú╜║╞«┐í ┐¼░ß╟╥ ╝÷ ╛°└╜└╗ ╢µ╟╒┤╧┤┘.\n\n└╠╕º ╝¡╣÷┐í ╣«┴ª░í └╓└╗ ╝÷ └╓╜└┤╧┤┘.\n
-
- *strings.22124:SunOS 4 ╜├╜║┼█┐í╝¡┤┬ DNS╕ª ╗τ┐δ╟╧┤┬\n╗τ└╠╞«┐═ YP/NIS╕ª ╗τ┐δ╟╧┤┬ ╡╬ %s└╟ ╜╟╟α ░í┤╔╟╤\n╞─└╧└╠ └╓╜└┤╧┤┘.\n└╠░═└╗ DNS ╜╟╟α ░í┤╔ ╞─└╧└╠╢≤ ║╬╕¿┤╧┤┘.\n┤┘╕Ñ ░═└╗ ╗τ┐δ╟╪╛▀ ╡╟┤┬┴÷┐Σ?.
-
- *strings.22125:SunOS 4 ╜├╜║┼█┐í╝¡┤┬ DNS ╗τ└╠╞«┐δ░·\nYP/NIS ╗τ└╠╞«┐δ└╟ ╡╬ %s└╟ ╜╟╟α ░í┤╔╟╤\n╞─└╧└╠ └╓╜└┤╧┤┘.\n└╠░═└╗ YP/NIS ╜╟╟α ░í┤╔ ╞─└╧└╠╢≤ ║╬╕¿┤╧┤┘.\n┤┘╕Ñ ░═└╗ ╗τ┐δ╟╪╛▀ ╡╟┤┬┴÷┐Σ?.
-
- *strings.22131:└╘┤╧┤┘.
-
- *strings.22132:└╧┴÷╡╡ ╕≡╕¿┤╧┤┘.
-
- *strings.22133:╚«└╬ ╜╟╞╨. ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22134:┤δ╕«└┌ ╚«└╬ ╜╟╞╨. ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22135:╝¡╜─ ╡Ñ└╠┼═╕ª ┤┘╜├ ┐├╕▒▒ε┐Σ?
-
- *strings.22136: ┤║╜║ ▒╫╖∞└╗ ║╕▒Γ └ⁿ Netscape┤┬\n┤║╜║ ▒╫╖∞ ╕±╖╧└╗ └·└σ╟╒┤╧┤┘.\n\n╝╙╡╡░í ┤└╕░ ╕≡╡⌐└╠│¬ ┐¼░ß└╗ ╗τ┐δ╟╧╕Θ ╕ε║╨ ┴ñ╡╡\n░╔╕▒ ░═└╘┤╧┤┘. ╞─└╧ ╕▐┤║┐í╝¡ ╗⌡ ├ó└╗ ╝▒┼├╟╪\n░Φ╝╙ ║Ω╢≤┐∞┴ε╟╥ ╝÷ └╓╜└┤╧┤┘. ░Φ╝╙╟╥▒ε┐Σ?
-
- *strings.22137:└╠ ╝¡╜─└║ E-╕▐└╧╖╬ ┴ª├Γ╡╦┤╧┤┘.\nE-╕▐└╧└╗ ┼δ╟╪ ╝¡╜─└╗ ┴ª├Γ╟╧╕Θ\n╝÷╜┼└┌┐í░╘ E-╕▐└╧ ┴╓╝╥░í │δ├Γ╡╟░φ \n░│└╬ ┴ñ║╕╕ª └º╟╪ ╛╧╚ú╚¡ ╛°└╠ ╝¡╜─ ╡Ñ└╠┼═╕ª ║╕│╗░╘ ╡╦┤╧┤┘\n
-
- *strings.22139:╗τ┐δ└┌┤┬ └╠ ╝¡╜─└╕╖╬ ╜┼┴▀└╗ ┐Σ╟╧░┼│¬ ╗τ└√└╬\n┴ñ║╕└╟ ┴ª├Γ└╗ ┐°╟╧┴÷ ╛╩└╗┴÷╡╡ ╕≡╕¿┤╧┤┘. \n└╠ ┴ª├Γ└╗ ░Φ╝╙╟╧░┼│¬ ├δ╝╥╟╥ ╝÷ └╓╜└┤╧┤┘
-
- *strings.22138:└╠ ┤δ╚¡┤┬ ┐╔╝╟ ╕▐┤║┐í╝¡ ║╝ ╝÷ └╓┤┬ \n│╫╞«┐÷┼⌐ ╚»░µ╝│┴ñ└╟ ╟┴╖╬┼Σ─▌ ╝╜╝╟┐í╝¡┤┬ \n╗τ┐δ╟╥ ╝÷ ╛°└╗ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *strings.22151:╕▐╜├┴÷: └▀╕°╡╚ ┴÷┴ñ└┌ `%c'\n
-
- *strings.22152:├▀░í └╙╜├╕φ ╝÷╟α
-
- *strings.22153:├▀░í XPStats ╝÷╟α
-
- *strings.22160:┤║╜║ ╝¡╣÷┐í ┐¼░ß╟╧▒Γ └º╟╪ ╗τ┐δ└┌ └╠╕º└╗ └╘╖┬╟╧╜╩╜├┐└.
-
- *strings.22161:╗τ┐δ└┌ %s└╟ ╛╧╚ú └╘╖┬:
-
- *strings.22204:<TITLE>┤║╜║ ┐└╖∙!</TITLE>\n<H1>┤║╜║ ┐└╖∙!</H1> ┤║╜║ ╝¡╣÷ └└┤Σ: <b>%.256s</b><p>\n
-
- *strings.22205:<b><p>▒Γ╗τ └»╚┐▒Γ░ú└╠ ╕╕╖ß╡╟╛·╜└┤╧┤┘.</b><p>\n
-
- *strings.22218:<TITLE>FTP ┐└╖∙</TITLE>\n<H1>FTP ┐└╖∙</H1>\n<h2>FTP ╝¡╣÷╖╬ ╖╬▒╫└╬╟╧┴÷ ╕°╟╘</h2>\n<PRE>
-
- *strings.22219:<TITLE>FTP┐└╖∙</TITLE>\n<H1>FTP┐└╖∙</H1>\n<h2>FTP└ⁿ╝█╜╟╞╨:</h2>\n<PRE>
-
- *strings.22220:<TITLE>░φ╞█ ╗÷└╬ %.256s</TITLE><H1>%.256s <BR>░φ╞█ ░╦╗÷</H1>\n└╠░═└║ ░╦╗÷╟╥ ╝÷ └╓┤┬ ░φ╞█ ╗÷└╬└╘┤╧┤┘.\n░╦╗÷╟╥ ┤▄╛ε╕ª ║Ω╢≤┐∞└·└╟ ░╦╗÷ ▒Γ┤╔└╕╖╬ └╘╖┬╟╧╜╩╜├┐└.\n<ISINDEX>
-
- *strings.22221:<TITLE>CSO ░╦╗÷ %.256s</TITLE><H1>%.256s CSO ░╦╗÷</H1>\nCSO ╡Ñ└╠┼═║ú└╠╜║┤┬ ┤δ░│ └ⁿ╚¡╣°╚ú║╬│¬ ╡≡╖║┼Σ╕«╕ª ░í┴÷░φ └╓╜└┤╧┤┘.\n░╦╗÷╟╥ ┤▄╛ε╕ª ║Ω╢≤┐∞└·└╟ ░╦╗÷ ▒Γ┤╔└╕╖╬ └╘╖┬╟╧╜╩╜├┐└.\n<ISINDEX>
-
- *strings.22222:<TITLE>┐├╕«▒Γ ┤Σ╜┼ ╡Ñ└╠┼═ ╛°└╜</TITLE>\n<H1>╡Ñ└╠┼═ ╛°└╜</H1>\n┐├╕«▒Γ╖╬ └█╝║╡╚ └╠ ╣«╝¡┤┬ ─│╜├┐í╝¡ ╛°╛ε┴│╜└┤╧┤┘.\n┤┘└╜ ┤▄├▀╕ª ┤¡╖», ╣«╝¡╕ª ┤┘╜├ └█╝║╟╧▒Γ └º╟╪ ╝¡╜─ ╡Ñ└╠┼═╕ª ┤┘╜├ ┐├╕▒ ╝÷ └╓╜└┤╧┤┘.<b>┤┘╜├ ╖╬╡σ</b> ┤▄├▀.\n
-
- *strings.22250:RSA ░°░│ ┼░ ╛╧╚ú╣«
-
- *strings.22251:▒╣┴ª
-
- *strings.22252:└╠ ╣«╝¡┤┬ ╛╧╚ú╚¡ ╡╟┴÷ ╛╩└║ ║╥╛╚└ⁿ╟╤ ╣«╝¡╖╬ ║╕╛╚└╠ └»┴÷╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22253:<h3>┤║╜║ ▒╫╖∞ ╛°└╜</h3>
-
- *strings.22256:%.200s - %.200s┐í╝¡ - └╟ ╗τ┐δ└┌ └╠╕º └╘╖┬:
-
- *strings.22257:╕±╖╧┐í ├▀░í╟╥ ┤║╜║ ▒╫╖∞└╗ └╘╖┬╟╧╜╩╜├┐└:
-
- *strings.22260:└╠░═└║ ┴▀░ú ╡ε▒▐└╕╖╬ ╛╧╚ú╚¡ ╟╤ ╛╚└ⁿ╟╤ ╣«╝¡╖╬ ╣╠▒╣┐í╝¡\n┤┘╕Ñ │¬╢≤┐í ║╕│╛ ╢º └√╟╒╟╒┤╧┤┘.
-
- *strings.22261:└╠░═└║ ░φ│¡╡╡ ╡ε▒▐└╕╖╬ ╛╧╚ú╚¡ ╟╤ ╛╚└ⁿ╟╤ ╣«╝¡╖╬ ╣╠▒╣\n│╗┐í╝¡╕╕ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.22270:╡≡╜║┼⌐└╟ ├Ñ░Ñ╟╟░í ║»░µ╡╟╛·▒Γ ╢º╣«┐í ┤┘╜├ ╖╬╡σ╟╧┤┬ ┴▀└╘┤╧┤┘.
-
- *strings.22271:╡≡╜║┼⌐└╟ ┴╓╝╥╖╧└╠ ║»░µ╡╟╛·▒Γ ╢º╣«┐í ┤┘╜├ ╖╬╡σ╟╧┤┬ ┴▀└╘┤╧┤┘.
-
- *strings.22272:╡≡╜║┼⌐└╟ ├Ñ░Ñ╟╟░í ║»░µ╡╟╛·╜└┤╧┤┘. └·└σ ╛╚╡╚ ║»░µ ╗τ╟╫└╗ ╣÷╕«░φ\n┤┘╜├ ╖╬╡σ╟╥▒ε┐Σ?
-
- *strings.22273:╡≡╜║┼⌐└╟ ┴╓╝╥╖╧└╠ ║»░µ╡╟╛·╜└┤╧┤┘. └·└σ ╛╚╡╚ ║»░µ ╗τ╟╫└╗ ╣÷╕«░φ\n┤┘╜├ ╖╬╡σ╟╥▒ε┐Σ?
-
- *strings.22274:├Ñ░Ñ╟╟ ╞─└╧ └·└σ ┐└╖∙!
-
- *strings.22275:┴╓╝╥╖╧ ╞─└╧ └·└σ ┐└╖∙!
-
- *strings.22276:└╠░═└║ ░╦╗÷╟╥ ╝÷ └╓┤┬ ╗÷└╬└╘┤╧┤┘. ░╦╗÷ ┤▄╛ε╕ª └╘╖┬╟╧╜╩╜├┐└:
-
- *strings.22277:╕«╝┬
-
- *strings.22278:┴·╣« ┴ª├Γ
-
- *strings.22279:<H3>╣«╝¡░í ╖╬╡σ╡╟┤┬ ┴▀ ┴ñ║╕ ╛°└╜</H3>\n
-
- *strings.22280:<LI>└╬─┌╡∙:
-
- *strings.22281:<b>╝¡╜─ %d:</b><UL>
-
- *strings.22282:%ld ╜├░ú └ⁿ
-
- *strings.22283:%ld └╧ └ⁿ
-
- *strings.22284:%ld░│└╟ ╗τ║╗└╠ └╠ %s┐í └╓╜└┤╧┤┘.
-
- *strings.22285:1░│└╟ ╗τ║╗└╠ └╠ %s┐í └╓╜└┤╧┤┘.
-
- *strings.22286:└╠ %s┐í┤┬ ╗τ║╗└╠ ╛°╜└┤╧┤┘.
-
- *strings.22287:║░╕φ└║ ╝╥╣«└┌┐═ ╝²└┌╖╬╕╕ ╕╕╡Θ╛ε┴²┤╧┤┘. \n ║░╕φ└║ ║»░µ╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.
-
- *strings.22288:└╠ ║░╕φ└║ └╠╣╠ ┴╕└τ╟╒┤╧┤┘.\n ║░╕φ└║ ║»░µ╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.
-
- *strings.22289:└╠ ╟╫╕±└║ %d░│└╟ ╗τ║╗└╠ └╓╜└┤╧┤┘. └╠ ╗τ║╗└║ \n┴ª░┼╡╔ ░═└╘┤╧┤┘.
-
- *strings.22290:┴ª░┼╟╧╖┴┤┬ ╟╫╕±└║ ╗τ║╗└╗ ╟╤ ░│ └╠╗≤ \n░í┴÷░φ └╓╜└┤╧┤┘. ╗τ║╗╡Θ└║ \n┴ª░┼╡╔ ░═└╘┤╧┤┘.
-
- *strings.22291:<!-- └╠░═└║ └┌╡┐└╕╖╬ └█╝║╡╚ ╞─└╧└╘┤╧┤┘.
-
- *strings.22292:└╨░φ ░π├─╛╣┤╧┤┘.
-
- *strings.22293:╞φ┴² ▒▌┴÷! -->
-
- *strings.22294:╗⌡ ╞·┤⌡
-
- *strings.22295:╗⌡ ├Ñ░Ñ╟╟
-
- *strings.22296:├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22297:├Ñ░Ñ╟╟ ╞─└╧ ┐¡▒Γ
-
- *strings.22298:├Ñ░Ñ╟╟ ╞─└╧ ║╥╖»┐└▒Γ
-
- *strings.22299:├Ñ░Ñ╟╟ ╞─└╧ └·└σ
-
- *strings.22300:╟╤╜├░ú └ⁿ └╠│╗
-
- *strings.22301:└ⁿ├╝ ▒Γ╖╧ ╡Ñ└╠┼═║ú└╠╜║┤┬ ╟÷└τ ┤▌╟⌠┴« └╓╜└┤╧┤┘.
-
- *strings.22302:╣╠╚«└╬
-
- *strings.22303:└ⁿ├╝ ▒Γ╖╧ ╡Ñ└╠┼═║ú└╠╜║┤┬ ╟÷└τ ║±╛ε └╓╜└┤╧┤┘.
-
- *strings.22304:<BR>\n<TT>│»┬Ñ:</TT> %s<P>
-
- *strings.22305:\n<HR>\n<TT>└╘╖┬ ╟╒░Φ:</TT> %ld<P>
-
- *strings.22306:░│└╬ ├Ñ░Ñ╟╟
-
- *strings.22307:<!-- └╠░═└║ └┌╡┐└√└╕╖╬ └█╝║╡╚ ╞─└╧└╘┤╧┤┘.\n└╨░φ ░π├─╛╣┤╧┤┘.\n╞φ┴² ║╥░í! -->\n
-
- *strings.22308:╟├╖»▒╫-└╬ ╖╬╡∙
-
- *strings.22309:╝╙╡╡: %ld Byte/Sec
-
- *strings.22310:╝╙╡╡: %.1f KB/Sec
-
- *strings.22311:╝╙╡╡: %.1f MB/Sec
-
- *strings.22312:┴ñ├╝╡╞╜└┤╧┤┘.
-
- *strings.22313:%lu
-
- *strings.22314:%luK
-
- *strings.22315:%3.2fM
-
- *strings.22316:%02ld:%02ld:%02ld │▓╛╥└╜
-
- *strings.22317:%02ld:%02ld │▓╛╥└╜
-
- *strings.22318:%ld ├╩%s │▓╛╥└╜
-
- *strings.22319:╣÷└ⁿ:
-
- *strings.22320:└╧╖├ ╣°╚ú:
-
- *strings.22321:╣▀╟α└┌:
-
- *strings.22322:┴ª╕±:
-
- *strings.22323:╣÷└ⁿ: %s%s└╧╖├ ╣°╚ú: %s%s╣▀╟α└┌: %s%s┴ª╕±: %s%s└╠└ⁿ┐í ╣½╚┐: %s%s└╠╚─┐í ╣½╚┐: %s%s
-
- *strings.22324:Netscape ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└:
-
- *strings.22325:MIME ┼╕└╘└╗ └º╟╤ ╟├╖»▒╫└╬ %s\n└╗ ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22326:╟├╖»▒╫└╬ '%s'- MIME ┼╕└╘ '%s'┐δ - └╗/╕ª ╖╬╡σ╟╥ ╝÷ ╛°╜└┤╧┤┘. \n\n├µ║╨╟╤ ╕▐╕≡╕«╕ª ╚«║╕╟╧╕Θ ╟├╖»▒╫└╬└╠ ┴ñ╚«╟╧░╘ ╝│─í╡╦┤╧┤┘.
-
- *strings.22335:┐¼░ß: ╚ú╜║╞« ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└...
-
- *strings.22336:┤δ╕«└┌┤┬ ┴÷┐°╡╟┴÷ ╛╩┤┬ ╜┬└╬ └²┬≈╕ª ╟╩┐Σ╖╬ ╟╒┤╧┤┘.
-
- *strings.22337:┤δ╕«└┌└╟ └»╚┐▒Γ░ú└╠ ┴÷▒▌ ░≡ ┴╛╖ß╡╦┤╧┤┘.\n└╠░═└║ ┤δ╕«└┌ ╜┬└╬ ╝÷╟α└╟ ╣«┴ª└╠░┼│¬\n╛╧╚ú╕ª └▀╕° └╘╖┬╟▀▒Γ ╢º╣«└╘┤╧┤┘.\n╗τ┐δ└┌ └╠╕º░· ╛╧╚ú╕ª ┤┘╜├ └╘╖┬╟╧╜├░┌╜└┤╧▒ε?
-
- *strings.22338:╣╠╚«└╬ ┤δ╕«└┌ ╝¡╣÷
-
- *strings.22339:%.250s└║/┤┬ %.250s┐í╝¡ ┤δ╕«└┌ ╜┬└╬ ╟╩┐Σ:
-
- *strings.22340:┐¼░ß: ┤δ╕«└┌ ╛╧╚ú └╘╖┬...
-
- *strings.22341:┤δ╕«└┌ └┌╡┐ ▒╕╝║┐í ┼░┐÷╡σ ┐└╖∙: %s.
-
- *strings.22342:┤δ╕«└┌┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22343:SOCKS┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22344:┤δ╕«└┌/SOCKS┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22345:┤δ╕«└┌ ╝¡╣÷ ┐¼░ß ╛╚╡╞└╜\n\n┤δ╕«└┌ %s┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22346:╕≡╡τ ┤δ╕«└┌ ╝¡╣÷ ┐¼░ß ╛╚╡╞└╜\n\n%s┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22347:SOCKS ┐¼░ß ╛╚╡╞└╜. SOCKS %s┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22348:SOCKS┐═ ┤δ╕«└┌ ┐¼░ß ╛╚╡╞└╜. \n%s┐í ┐¼░ß└╗ ┤┘╜├ ╜├╡╡╟╥▒ε┐Σ?
-
- *strings.22349:╕≡╡τ ┤δ╕«└┌ ╝¡╣÷ ┐¼░ß ╛╚╡╞└╜.\n┤δ╕«└┌┐í ┐¼░ß╟╥ ╝÷ └╓└╗ ╢º▒ε┴÷ ┴≈┴ó ┐¼░ß╟╪\n┤δ╕«└┌╕ª └╙╜├╖╬ ╣½╜├╟╥▒ε┐Σ?
-
- *strings.22350:SOCKS ┐¼░ß ╛╚╡╞└╜. SOCKS┐í ┐¼░ß╟╥ ╝÷ └╓└╗ ╢º▒ε┴÷ ┴≈┴ó ┐¼░ß╟╪\nSOCKS╕ª └╙╜├╖╬ ╣½╜├╟╥▒ε┐Σ?
-
- *strings.22351:┤δ╕«└┌┐═ SOCKS ┐¼░ß ╛╚╡╞└╜. ┤δ╕«└┌┐═ SOCKS┐í ┐¼░ß╟╥ ╝÷ └╓└╗ ╢º▒ε┴÷ ┴≈┴ó ┐¼░ß╟╪\n┤δ╕«└┌┐═ SOCKS╕ª └╙╜├╖╬ ╣½╜├╟╥▒ε┐Σ?
-
- *strings.22352:╕≡╡τ ┤δ╕«└┌┤┬ ╛╞┴≈╡╡ ┤┘┐ε╡╟╛ε └╓╜└┤╧┤┘.\n┴≈┴ó ┐¼░ß╟╥▒ε┐Σ?
-
- *strings.22353:SOCKS┤┬ ╛╞┴≈╡╡ ┤┘┐ε╡╟╛ε └╓╜└┤╧┤┘.\n\n┴≈┴ó ┐¼░ß╟╥▒ε┐Σ?
-
- *strings.22354:SOCKS┐═ ┤δ╕«└┌┤┬ ╛╞┴≈╡╡ ┤┘┐ε╡╟╛ε └╓╜└┤╧┤┘.\n\n┴≈┴ó ┐¼░ß╟╥▒ε┐Σ?
-
- *strings.22355:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└╗ ╣▐┴÷ ╕°╟▀╜└┤╧┤┘.\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22356:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└║ ║±╛ε └╓╜└┤╧┤┘.\n\n %s\n\n└ⁿ╣° ╝╝╝╟└╟ ▒╕╝║└╗ ┤δ╜┼╟╪╝¡ ╗τ┐δ╟╥▒ε┐Σ.?
-
- *strings.22357:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧┐í ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n\n %s\n\n└ⁿ╣° ╝╝╝╟└╟ ▒╕╝║└╗ ┤δ╜┼╟╪╝¡ ╗τ┐δ╟╥▒ε┐Σ.?
-
- *strings.22358:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧┐í ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n\n %s\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22359:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└║ └»╟ⁿ└╠ ╞▓╕│┤╧┤┘.\n\n %s\n\napplication/x-ns-proxy-autoconfig└╟ MIME ┼╕└╘└╠ ╟╩┐Σ╟╒┤╧┤┘.\n\n└ⁿ╣° ╝╝╝╟└╟ ▒╕╝║└╗ ┤δ╜┼╟╪╝¡ ╗τ┐δ╟╥▒ε┐Σ.?
-
- *strings.22360:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└╗ ╖╬╡σ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n╚»░µ╝│┴ñ┐í╝¡ ┤δ╕«└┌ └┌╡┐ ▒╕╝║ URL└╗ ╚«└╬╟╧╜╩╜├┐└.\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22361:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└╗ ╖╬╡σ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n╚»░µ╝│┴ñ┐í╝¡ ┤δ╕«└┌ └┌╡┐ ▒╕╝║ URL└╗ ╚«└╬╟╧╜╩╜├┐└.\n\n└ⁿ╣° ╝╝╝╟└╟ ▒╕╝║└╗ ┤δ╜┼╟╪╝¡ ╗τ┐δ╟╥▒ε┐Σ.?
-
- *strings.22362:╣Θ╛≈ ┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧┐í ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22363:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╖╬╡σ┤┬ ├δ╝╥╡╟╛·╜└┤╧┤┘.\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22364:░µ░φ:\n\n╝¡╣÷┤┬ ┐Σ├╗╡╟┴÷ ╛╩└║ ┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└╗ Netscape╖╬ ║╕│┬╜└┤╧┤┘.\n\n %s\n\n▒╕╝║ ╞─└╧└║ ╣½╜├╡╦┤╧┤┘.
-
- *strings.22365:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧ ╣▐┤┬ ┴▀...
-
- *strings.22366:─│╜├ ╗Φ┴ª: %d ╞─└╧ ┴ª░┼ ┴▀...
-
- *strings.22367:╝▒┼├╡╚ ╡Ñ└╠┼═║ú└╠╜║┤┬ └»╚┐╟╧│¬\n└╠╕º ╟╫╕±└╠ ╛°▒Γ ╢º╣«┐í ╟÷└τ\n╡Ñ└╠┼═║ú└╠╜║╖╬ ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n▒╫│╔ ╗τ┐δ╟╥▒ε┐Σ?
-
- *strings.22368:╝▒┼├╟╤ ╡Ñ└╠┼═║ú└╠╜║╕φ:\n%.900s\n ┐Σ├╗╟╤ ╡Ñ└╠┼═║ú└╠╜║╕φ:\n %.900s\n ▒╫│╔ ╗τ┐δ╟╥▒ε┐Σ?
-
- *strings.22369:╟÷└τ ╖╬╡σ╟╧┤┬ ╞Σ└╠┴÷┤┬ ┐▄└σ ─│╜├╕ª\n┐Σ├╗╟▀╜└┤╧┤┘. └╨▒Γ └ⁿ┐δ ┐▄└σ ─│╜├╕ª ╗τ┐δ╟╧╕Θ\n│╫╞«┐÷┼⌐ ╞─└╧└╗ └╨╛ε╡Θ└╧ ╢º ╜├░ú└╗ ┤▄├α╟╥ ╝÷ └╓╜└┤╧┤┘.\n\n╕╕╛α ┐▄└σ ─│╜├░í ┐Σ├╗╡╟┴÷ ╛╩╛╥└╕╕Θ,\n╞─└╧ ╝▒┼├ ╗≤└┌┐í╝¡ "cancel"╕ª ╝▒┼├╟╧╜╩╜├┐└.
-
- *strings.22370:┤δ╕«└┌ └┌╡┐ ▒╕╝║ ╞─└╧└╟ └»╟ⁿ└╠ ╞▓╕│┤╧┤┘:\n\n %s\n\nMIME └»╟ⁿ└╟ └└┐δ╟┴╖╬▒╫╖Ñ└╠ ╟╩┐Σ╟╒┤╧┤┘/x-ns-proxy-autoconfig.\n\n┤δ╕«└┌┤┬ ╗τ┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.22371:╝╝▒╫╕╒╞« └╨┤┬ ┴▀...┐╧╖ß
-
- *strings.22372:<TITLE>%.1024s└╟ ╡≡╖║┼Σ╕« ╕±╖╧</TITLE>\n
-
- *strings.22373:<H1>%.1024s└╟ ╡≡╖║┼Σ╕« ╕±╖╧</H1>\n<PRE>
-
- *strings.22374:">╗≤└º ╡≡╖║┼Σ╕«╖╬</A><BR>
-
- *strings.22375:FTP ╝¡╣÷╖╬ ╖╬▒╫└╬ ╜╟╞╨
-
- *strings.22376:┐└╖∙: ┐¼░ß└╗ ║╥╖╧┼╖ ╛╚╟╘└╕╖╬ ╕╕╡Θ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22377:╞─└╧ %.256s ┐├╕«┤┬ ┴▀...
-
- *strings.22378:<TITLE>%.512s└╟ ╡≡╖║┼Σ╕«</TITLE>\n <H2>╟÷└τ ╡≡╖║┼Σ╕«┤┬ %.512s └╘┤╧┤┘</H2>\n <PRE>
-
- *strings.22379:%d URL└║ ┐└╟┬ ╝╥─╧└╗ ▒Γ┤┘╕«┤┬ ┴▀└╘┤╧┤┘. (╟╤░Φ %d)\n
-
- *strings.22380:%d URL└║ └√└║ ╝÷└╟ ╚░╝║ URL└╗ ▒Γ┤┘╕«┤┬ ┴▀└╘┤╧┤┘.\n
-
- *strings.22381:%d ┐¼░ß ╡╟╛ε └╓└╜\n
-
- *strings.22382:%d ╚░╝║ URL's\n
-
- *strings.22383:\n\n└ⁿ┐í ─│╜├╡╚ ║╣╗τ║╗└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.22384:╝¡╣÷┐í╝¡ ╡Ñ└╠┼═ └└┤Σ ╛°└╜
-
- *strings.22385:>\n<HR><H3>└ⁿ╝█ ┴▀┤▄!</H3>\n
-
- *strings.22386:\n\n└ⁿ╝█ ┴▀┤▄!\n
-
- *strings.22387:╕▐└╧: ╞·┤⌡ %s └╨┤┬ ┴▀...
-
- *strings.22388:╕▐└╧: ╕▐╜├┴÷ └╨┤┬ ┴▀...
-
- *strings.22389:╕▐└╧: ╚▐┴÷┼δ ║±┐∞┤┬ ┴▀...
-
- *strings.22390:╕▐└╧: ╞·┤⌡ %s ╛╨├α ┴▀...
-
- *strings.22391:╕▐└╧: ┤δ▒Γ┴▀└╬ ╕▐╜├┴÷ ╣Φ┤▐ ┴▀...
-
- *strings.22392:╕▐└╧: ╕▐╜├┴÷ └╨┤┬ ┴▀...┐╧╖ß
-
- *strings.22393:╕▐└╧: ╞·┤⌡ └╨┤┬ ┴▀...┐╧╖ß
-
- *strings.22394:╕▐└╧: ╚▐┴÷┼δ ║±┐∞┤┬ ┴▀...┐╧╖ß
-
- *strings.22395:╕▐└╧: ╞·┤⌡ ╛╨├α ┴▀...┐╧╖ß
-
- *strings.22396:╕▐└╧: ┤δ▒Γ┴▀└╬ ╕▐╜├┴÷ ╣Φ┤▐ ┴▀...┐╧╖ß
-
- *strings.22398:┐¼░ß: ┤║╜║ ╝¡╣÷ ┐¼░ß. └└┤Σ ▒Γ┤┘╕«┤┬ ┴▀...
-
- *strings.22399:┤║╜║ ╝¡╣÷┐í ┐¼░ß╟╧▒Γ └º╟╪ ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└.
-
- *strings.22400:╚▐┴÷ ╝÷░┼ ┴▀...
-
- *strings.22401:└└┤Σ ╛°└╜
-
- *strings.22402:POP3 ╝¡╣÷(%s)┤┬ Netscape░í\n``╝¡╣÷┐í │▓▒Φ'' ╣╫ ``├╓┤δ ╕▐╜├┴÷ ┼⌐▒Γ'' ┐╔╝╟└╗ ╝÷╟α╟╧▒Γ └º╟╪\n ╟╩┐Σ╟╤ UIDL└╗ ┴÷┐°╟╧┴÷ ╛╩╜└┤╧┤┘.\n\n ╕▐└╧└╗ ┤┘┐ε╖╬╡σ╟╧╖┴╕Θ ╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ└╟\n╝¡╣÷ ╞╨│╬┐í╝¡ └╠ ┐╔╝╟╡Θ└╗ ▓⌠╜╩╜├┐└.
-
- *strings.22403:╣▐▒Γ: ╕▐╜├┴÷ %lu (├╤ %lu)
-
- *strings.22404:POP3 ╝¡╣÷(%s)┤┬ TOP ╕φ╖╔└╗\n┴÷┐°╟╧┴÷ ╛╩╜└┤╧┤┘.\n\n╝¡╣÷└╟ ┴÷┐° ╛°└╠┤┬, ``├╓┤δ ╕▐╜├┴÷ ┼⌐▒Γ''\n╚»░µ╝│┴ñ└╗ ╝÷╟α╟╥ ╝÷ ╛°╜└┤╧┤┘. └╠ ┐╔╝╟└║\n╗τ┐δ╟╥ ╝÷ ╛°└╕╕τ ┼⌐▒Γ┐í ░ⁿ░Φ╛°└╠ ╕▐╜├┴÷┤┬\n┤┘┐ε╖╬╡σ╡╦┤╧┤┘
-
- *strings.22405:POP3 ╝¡╣÷┐í ╖╬▒╫└╬ ╜╟╞╨\n╝¡╣÷ └└┤Σ:\n\n %s\n\nPOP3 ╗τ┐δ└┌ %.100s@%.100s└╟ ╗⌡╖╬┐ε ╛╧╚ú╕ª └╘╖┬╟╧╜╩╜├┐└:
-
- *strings.22406:┐¼░ß: ╚ú╜║╞« ┐¼░ß, ╖╬▒╫└╬ ┴ñ║╕ ║╕│╗┤┬ ┴▀...
-
- *strings.22407:╕▐╜├┴÷ ┴╢╟╒ ┴▀...
-
- *strings.22408:╕▐╜├┴÷ ┴╢╟╒ ┴▀...┐╧╖ß
-
- *strings.22409:├╖║╬ ╣«╝¡ ╖╬╡σ ┴▀...
-
- *strings.22410:├╖║╬ ╣«╝¡ ╖╬╡σ ┴▀...
-
- *strings.22411:╕▐└╧ ╣Φ┤▐ ┴▀...
-
- *strings.22412:╕▐└╧ ╣Φ┤▐ ┴▀...
-
- *strings.22413:╕▐└╧ ╣Φ┤▐ ┴▀...┐╧╝║
-
- *strings.22414:┤║╜║ ╣Φ┤▐ ┴▀...
-
- *strings.22415:┤║╜║ ╣Φ┤▐ ┴▀...┐╧╝║
-
- *strings.22416:├▀╚─ ╣Φ┤▐ └º╟╪ ┤δ▒Γ╟α╖─┐í │╓┤┬ ┴▀...
-
- *strings.22417:FCC ╞─└╧╖╬ ╛▓┤┬ ┴▀...
-
- *strings.22418:├▀╚─ ╣Φ┤▐ └º╟╪ ┤δ▒Γ╟α╖─┐í │╓╛·╜└┤╧┤┘.
-
- *strings.22419:╕▐╜├┴÷ └█╝║
-
- *strings.22421:%s %ldKB │╢║± (%ld%%)
-
- *strings.22422:%s ┐í╝¡ %ld ╕▐╜├┴÷ ╖╬╡σ(%ld%%)
-
- *strings.22423:╞·┤⌡ ├▀░í
-
- *strings.22424:╞·┤⌡ ├▀░í...
-
- *strings.22425:╗⌡ ╞·┤⌡ └╠╕º└╗ └╘╖┬╟╧╜╩╜├┐└.
-
- *strings.22426:╕▐╜├┴÷╕ª ║░╡╡ └·└σ
-
- *strings.22427:╕▐╜├┴÷╕ª ║░╡╡ └·└σ
-
- *strings.22428:╗⌡ ╕▐└╧ ╣▐▒Γ
-
- *strings.22429:║╕│╛╞φ┴÷╟╘(Outbox)└╟ ╕▐╜├┴÷ ║╕│╗▒Γ
-
- *strings.22430:╗⌡ ╞·┤⌡...
-
- *strings.22431:└╠ ╞·┤⌡ ╛╨├α
-
- *strings.22432:╕≡╡τ ╞·┤⌡ ╛╨├α
-
- *strings.22433:┤║╜║ ╝¡╣÷ ┐¡▒Γ...
-
- *strings.22434:╚▐┴÷┼δ ╞·┤⌡ ║±┐∞▒Γ
-
- *strings.22435:└╬╝Γ...
-
- *strings.22436:╕φ╖╔ ├δ╝╥
-
- *strings.22437:╕φ╖╔ └τ╜╟╟α
-
- *strings.22438:╝▒┼├╟╤ ╕▐╜├┴÷ ╗Φ┴ª
-
- *strings.22439:╕▐╜├┴÷ ╗Φ┴ª
-
- *strings.22440:╞·┤⌡ ╗Φ┴ª
-
- *strings.22441:└╠ ╕▐╜├┴÷ ├δ╝╥
-
- *strings.22442:┤║╜║ ╝¡╣÷ ╗Φ┴ª
-
- *strings.22443:▒╕╡╢
-
- *strings.22444:▒╕╡╢ ├δ╝╥
-
- *strings.22445:╛▓╖╣╡σ ╝▒┼├
-
- *strings.22446:▒Ω╣▀ ╟Ñ╜├╡╚ ╕▐╜├┴÷ ╝▒┼├
-
- *strings.22447:╕≡╡τ ╕▐╜├┴÷ ╝▒┼├
-
- *strings.22448:╕≡╡τ ╕▐╜├┴÷ ╝▒┼├ ├δ╝╥
-
- *strings.22449:▒Ω╣▀ ╟Ñ╜├╟╧▒Γ
-
- *strings.22450:▒Ω╣▀ ╟Ñ╜├┴÷┐∞▒Γ
-
- *strings.22451:└τ┴ñ╖─
-
- *strings.22452:╕▐╜├┴÷ ╛▓╖╣╡σ
-
- *strings.22453:│»┬Ñ╝°
-
- *strings.22454:║╕│╜ ╗τ╢≈╝°
-
- *strings.22455:┴ª╕±╝°
-
- *strings.22456:╕▐╜├┴÷ ╣°╚ú╝°
-
- *strings.22457:╜║┼⌐╖Ñ║φ ╟╪┴ª (Rot13)
-
- *strings.22458:├╓▒┘ ╕▐╜├┴÷║╬┼═ ╟Ñ╜├
-
- *strings.22459:┐└╖í╡╚ ╕▐╜├┴÷║╬┼═ ╟Ñ╜├
-
- *strings.22460:├▀░í ╕▐╜├┴÷ ╣▐▒Γ
-
- *strings.22461:╕≡╡τ ╕▐╜├┴÷ ╣▐▒Γ
-
- *strings.22462:┴╓╝╥╖╧
-
- *strings.22463:┴╓╝╥╖╧ ╟╫╕± ║╕▒Γ
-
- *strings.22464:┴╓╝╥╖╧┐í ├▀░í
-
- *strings.22465:╗⌡ ┤║╜║ └█╝║
-
- *strings.22466:┤║╜║ ┤Σ└σ
-
- *strings.22467:┤║╜║ ╣╫ ╕▐└╧ ┤Σ└σ
-
- *strings.22468:╗⌡ ╕▐└╧ └█╝║
-
- *strings.22469:┤Σ└σ ║╕│╗▒Γ
-
- *strings.22470:╕≡╡╬┐í░╘ ┤Σ└σ
-
- *strings.22471:╝▒┼├╟╤ ╕▐╜├┴÷ └ⁿ┤▐
-
- *strings.22472:├╖║╬ └ⁿ┤▐
-
- *strings.22473:╝▒┼├ ║╬║╨└╗ └╨└║ ░═└╕╖╬ ╟Ñ╜├
-
- *strings.22474:└╨└║ ░═└╕╖╬ ╟Ñ╜├
-
- *strings.22475:╝▒┼├ ║╬║╨└╗ └╨┴÷ ╛╩└║ ░═└╕╖╬ ╟Ñ╜├
-
- *strings.22476:└╨┴÷ ╛╩└║ ░═└╕╖╬ ╟Ñ╜├
-
- *strings.22477:╕≡╡τ ╕▐╜├┴÷└╟ ▒Ω╣▀ ╟Ñ╜├┴÷┐∞▒Γ
-
- *strings.22478:╝▒┼├╟╤ ╕▐╜├┴÷ ║╣╗τ
-
- *strings.22479:║╣╗τ
-
- *strings.22480:╝▒┼├╟╤ ╕▐╜├┴÷ ┐┼▒Γ▒Γ
-
- *strings.22481:┐┼▒Γ▒Γ
-
- *strings.22482:╝▒┼├╟╤ ╕▐╜├┴÷╕ª ║░╡╡ └·└σ...
-
- *strings.22483:┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
-
- *strings.22484:╝▒┼├╟╤ ╕▐╜├┴÷╕ª ┤┘└╜└╕╖╬ ┐┼▒Φ...
-
- *strings.22485:└╠ ╕▐╜├┴÷╕ª ┤┘└╜└╕╖╬ ┐┼▒Φ...
-
- *strings.22486:├╓├╩ ╕▐╜├┴÷
-
- *strings.22487:┤┘└╜ ╕▐╜├┴÷
-
- *strings.22488:└╠└ⁿ ╕▐╜├┴÷
-
- *strings.22489:╣┘╖╬ └ⁿ ╕▐╜├┴÷
-
- *strings.22490:└╨┴÷ ╛╩└║ ├╣╣°┬░ ╕▐╜├┴÷
-
- *strings.22491:└╨┴÷ ╛╩└║ ┤┘└╜ ╕▐╜├┴÷
-
- *strings.22492:└╨┴÷ ╛╩└║ └╠└ⁿ ╕▐╜├┴÷
-
- *strings.22493:└╨┴÷ ╛╩└║ ╕╢┴÷╕╖ ╕▐╜├┴÷
-
- *strings.22494:▒Ω╣▀ ╟Ñ╜├╡╚ ├╣╣°┬░ ╕▐╜├┴÷
-
- *strings.22495:▒Ω╣▀ ╟Ñ╜├╡╚ ┤┘└╜ ╕▐╜├┴÷
-
- *strings.22496:▒Ω╣▀ ╟Ñ╜├╡╚ └╠└ⁿ ╕▐╜├┴÷
-
- *strings.22497:▒Ω╣▀ ╟Ñ╜├╡╚ ╕╢┴÷╕╖ ╕▐╜├┴÷
-
- *strings.22498:╝▒┼├╟╤ ╛▓╖╣╡σ╕ª └╨└║ ░═└╕╖╬ ╟Ñ╜├
-
- *strings.22499:└╨└║ ╛▓╖╣╡σ╖╬ ╟Ñ╜├
-
- *strings.22500:└╨└║ ┤║╜║ ▒╫╖∞└╕╖╬ ╟Ñ╜├
-
- *strings.22501:▒╕╡╢ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
-
- *strings.22502:╚░╝║ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
-
- *strings.22503:╕≡╡τ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
-
- *strings.22504:╗⌡ ┤║╜║ ▒╫╖∞ ╟Ñ╜├
-
- *strings.22505:╕≡╡τ ╕▐╜├┴÷ ╟Ñ╜├
-
- *strings.22506:└╨┴÷ ╛╩└║ ╕▐╜├┴÷╕╕ ╟Ñ╜├
-
- *strings.22507:└ⁿ├╝
-
- *strings.22508:╟÷└τ ╕▐╜├┴÷ └╬┐δ
-
- *strings.22509:╣▀╜┼(From)
-
- *strings.22510:┤Σ└σ ┴╓╝╥(Reply To)
-
- *strings.22511:╝÷╜┼(Mail To)
-
- *strings.22512:┬ⁿ┴╢(Mail Cc)
-
- *strings.22513:╝√└║ ┬ⁿ┴╢(Mail Bcc)
-
- *strings.22514:╞─└╧ ┬ⁿ┴╢(File Cc)
-
- *strings.22515:┤║╜║ ▒╫╖∞(Newsgroup)
-
- *strings.22516:┤Σ└σ╣▐└╗ ┤║╜║ ▒╫╖∞(Followup To)
-
- *strings.22517:┴ª╕±(Subject)
-
- *strings.22518:├╖║╬(Attachment)
-
- *strings.22519:╞≈╕╦╡╚ ┼╪╜║╞« ║╕│╗▒Γ
-
- *strings.22520:├▀╚─ ╣Φ┤▐ └º╟╪ ┤δ▒Γ
-
- *strings.22521:┼╪╜║╞«╖╬ ├╖║╬
-
- *strings.22522:▒Ω╣▀ ╟Ñ╜├╟╧▒Γ
-
- *strings.22523:▒Ω╣▀ ╟Ñ╜├┴÷┐∞▒Γ
-
- *strings.22524:┐└╕º┬≈╝°
-
- *strings.22525:<P><CENTER>\n<TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n<TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n
-
- *strings.22526:<B>└╠ ╕▐╜├┴÷┤┬ ╚»░µ╝│┴ñ└╟ ├╓┤δ ╕▐╜├┴÷ ┼⌐▒Γ╕ª ├╩░·╟▀└╕╣╟╖╬\n╕▐└╧ ╝¡╣÷┐í╝¡ ╕╟ ├│└╜ ╕ε ┴┘╕╕ ┤┘┐ε╖╬╡σ╡╟╛·╜└┤╧┤┘.<P>Click <A HREF="
-
- *strings.22527:">┐⌐▒Γ</A>╕ª │¬╕╙┴÷ ╕▐╜├┴÷╕ª ┤┘┐ε╖╬╡σ╟╧▒Γ └º╟╪ ┤⌐╕ú╜╩╜├┐└.</B></TD></TR></TABLE></CENTER>\n
-
- *strings.22528:(╕╙╕«╕╗ ╛°└╜)
-
- *strings.22529:(┴÷┴ñ ╛╚╡╩)
-
- *strings.22530:╕┼┼▓┼Σ╜├ ╞─└╧
-
- *strings.22531:╡≡╖║┼Σ╕« %s└║(┤┬) ┴╕└τ╟╧┴÷ ╛╩╜└┤╧┤┘. ╕▐└╧└║\n┴ñ╗≤└√└╕╖╬ └█╡┐╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n└█╝║╟╥▒ε┐Σ?
-
- *strings.22532:╡≡─┌╡σ╡╚ ╞─└╧└╗ ┤┘└╜└╕╖╬ └·└σ:
-
- *strings.22533:╞─└╧ %s└║(┤┬) ┤┘╕Ñ ╟┴╖╬▒╫╖Ñ┐í └╟╟╪ ║»░µ╡╟╛·╜└┤╧┤┘!\n░π├─╛╡▒ε┐Σ?
-
- *strings.22534:┤║╜║ ╝¡╣÷ ┐¡▒Γ
-
- *strings.22535:news.announce.newusers
-
- *strings.22536:news.newusers.questions
-
- *strings.22537:news.answers
-
- *strings.22538:╕▐└╧: ╞·┤⌡ %s ╛╨├α ┴▀...
-
- *strings.22539:╕▐└╧: ╞·┤⌡ %s ╛╨├α ┴▀...┐╧╖ß
-
- *strings.22540: %s└╗(╕ª) ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.22541:BinHex ├╖║╬ ╞─└╧└╗ ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ
-
- *strings.22542:%lu ╣┘└╠╞«%s
-
- *strings.22543:
-
- *strings.22544:
-
- *strings.22545:%s of %s (%s, %s)
-
- *strings.22546:%s of %s (%s)
-
- *strings.22547:%s of %s
-
- *strings.22548:%s └╨└╜ (%s)
-
- *strings.22549:%s └╨└╜
-
- *strings.22550:╕▐└╧: ╕▐╜├┴÷ ║╕│┬└╜; └└┤Σ└╗ ▒Γ┤┘╕«┤┬ ┴▀...
-
- *strings.22551:<TITLE>Netscape └ⁿ├╝ ▒Γ╖╧┐í ┤δ╟╤ ┴ñ║╕</TITLE>\n<h2>└ⁿ├╝ ▒Γ╖╧ └╘╖┬ ╗τ╟╫</h2>\n<HR>
-
- *strings.22552:%d%%
-
- *strings.22553:%s └╠╣╠┴÷ %dx%d ╟╚╝┐
-
- *strings.22554:╕┬┤┬ URL, ┼⌐▒Γ, ╣Φ░µ ╡ε└╗ ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.\n─│╜├:\n%s\n
-
- *strings.22555:%d-║±╞« ╕≡┴╢╗÷╗≤
-
- *strings.22556:1-║±╞« ╚µ╣Θ
-
- *strings.22557:%d-║±╞« ▒╫╖╣└╠╜║─╔└╧
-
- *strings.22558:%d-║±╞« RGB ╞«╖τ ╗÷╗≤.
-
- *strings.22559:╡≡─┌╡σ ┼⌐▒Γ (╣┘└╠╞«):
-
- *strings.22560:%u x %u
-
- *strings.22561: (%u x %u ╜║─╔└╧)
-
- *strings.22562:└╠╣╠┴÷ ─í╝÷:
-
- *strings.22563:╗÷╗≤:
-
- *strings.22564:%d ╗÷╗≤
-
- *strings.22565:(╛°└╜)
-
- *strings.22566:╗÷╗≤╕╩:
-
- *strings.22567:┐╣, ╣Θ╡σ╖╙└╗ ┼⌡╕φ╟╧░╘ ║╕▒Γ
-
- *strings.22568:┐╣, ┤▄╗÷ ╣Φ░µ <tt>#%02x%02x%02x</tt>
-
- *strings.22569:╛╞┤╧┐└
-
- *strings.22570:┼⌡╕φ╝║:
-
- *strings.22571:─┌╕α╞«:
-
- *strings.22572:╣╠╚«└╬
-
- *strings.22573:└╠╣╠┴÷ ─│╜├ ╛╨├α ┴▀:\n%s└╗(╕ª) ┴ª░┼┴▀\n
-
- *strings.22574:┤║╜║ ▒╫╖∞ ├▀░í...
-
- *strings.22575:┤┘╜├ ├ú▒Γ
-
- *strings.22576:║╕│╗▒Γ
-
- *strings.22577:│¬┴▀┐í ║╕│╗▒Γ
-
- *strings.22578:├╖║╬...
-
- *strings.22579:└╬╢≤└╬ ├╖║╬
-
- *strings.22580:╕╡┼⌐╖╬ ├╖║╬
-
- *strings.22581:└╬┐δ └ⁿ┤▐
-
- *strings.22582:┤║╜║ ╝¡╣÷ %s┐═(░·)\n╕≡╡τ ┤║╜║ ▒╫╖∞└╗ ┴ª░┼╟╧╜├░┌╜└┤╧▒ε?
-
- *strings.22583:╕≡╡╬ ║╕▒Γ
-
- *strings.22584:║╕│╗┤┬ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┤┬ ╣Φ┤▐ ╜║─╔┴┘└╠ ╛°┤┬ ╕▐╜├┴÷╕ª\n╞≈╟╘╟╧░φ └╓╜└┤╧┤┘!
-
- *strings.22585:║╕│╗┤┬ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┤┬ ╣Φ┤▐ ╜║─╔┴┘└╠ ╛°┤┬ %d░│└╟ ╕▐╜├┴÷╕ª\n╞≈╟╘╟╧░φ └╓╜└┤╧┤┘!
-
- *strings.22586:\n\n└╠░═└║ Netscape └╠┐▄└╟ ╟┴╖╬▒╫╖Ñ└╠\n└╠ ╞·┤⌡┐í ╕▐╜├┴÷╕ª ├▀░í╟▀┤┘┤┬ ╢µ└╘┤╧┤┘.\n
-
- *strings.22587:`╛╞┐⌠╣┌╜║'┤┬ ╞»║░╟╤ ░≈└╘┤╧┤┘. └╠░≈└║ │¬┴▀┐í ╣Φ┤▐╡╔\n╕▐╜├┴÷╕ª └·└σ╟╪ ╡╬┤┬ ░≈└╘┤╧┤┘.
-
- *strings.22588:\n▒╫╖í╝¡ `║╕│╗▒Γ' ╞·┤⌡╖╬ ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ┐í╝¡ ║╕│╛ ╕▐╜├┴÷ ╕±└√┴÷░í\n╕┬┤┬┴÷╕ª ╚«└╬╟╧╜╩╜├┐└.
-
- *strings.22589:╣Φ┤▐ ┴÷┐¼╡╚ ╕▐└╧└╗ ╣Φ┤▐╟╥ ╢º ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n\n%s\n│¬╕╙┴÷ ╕▐└╧└╗ ░Φ╝╙ ╣Φ┤▐╟╥▒ε┐Σ?
-
- *strings.22590:POP3 ╗τ┐δ└┌ ╛╧╚ú %.100s@%.100s:
-
- *strings.22591:%s%s└╟ ├Ñ░Ñ╟╟%s
-
- *strings.22592:%s░│└╬ ├Ñ░Ñ╟╟%s
-
- *strings.22593:%s%s└╟ ┴╓╝╥╖╧%s
-
- *strings.22594:%s░│└╬ ┴╓╝╥╖╧%s
-
- *strings.22595:sock: %d con_sock: %d ╟┴╖╬┼Σ─▌: %d\n
-
- *strings.22596:─│╜├┐í╝¡ URL└╗ ├ú┴÷ ╕°╟╒┤╧┤┘:
-
- *strings.22597:║╬║╨└√ ─│╜├ ╟╫╕±, │¬╕╙┴÷╕ª ╝¡╣÷┐í╝¡ ░í┴«┐╔┤╧┤┘:\n
-
- *strings.22598:─│╜├ └╘╖┬└╗ ╚«└╬╟╧┤└╢≤ ╝¡╣÷╕ª ┴í░╦╟╧░φ └╓╜└┤╧┤┘\n└╠└»╖╬┤┬ force_reload░í ╝│┴ñ╡╟╛ε └╓╜└┤╧┤┘:\n
-
- *strings.22599:░│├╝ └»╚┐ ╕╕▒Γ, ┤┘╜├ ╖╬╡σ ┴▀:\n
-
- *strings.22600:─│╜├ └╘╖┬└╗ ╚«└╬╟╧┤└╢≤ ╝¡╣÷╕ª ┴í░╦╟╧░φ └╓╜└┤╧┤┘:\n
-
- *strings.22601:─│╜├ └╘╖┬└╗ ╚«└╬╟╧┤└╢≤ ╝¡╣÷╕ª ┴í░╦╟╧░φ └╓╜└┤╧┤┘\n└╠└»╖╬┤┬ last_modified░í ╛°╜└┤╧┤┘:\n
-
- *strings.22602:│▌ ╗τ└╠╞«:
-
- *strings.22603:└º─í:
-
- *strings.22604:╞─└╧ MIME └»╟ⁿ:
-
- *strings.22605:╟÷└τ ╣╠╚«└╬
-
- *strings.22606:╝╥╜║:
-
- *strings.22607:╟÷└τ ╡≡╜║┼⌐ ─│╜├┐í └╓└╜
-
- *strings.22608:╟÷└τ ╕▐╕≡╕« ─│╜├┐í └╓└╜
-
- *strings.22609:─│╜├ ╛╚╡╩
-
- *strings.22610:<H1>├ó└║ ╚░╝║ ╗≤┼┬░í ╛╞┤╒┤╧┤┘.</H1>
-
- *strings.22611:╖╬─├ ─│╜├ ╞─└╧:
-
- *strings.22612:╛°└╜
-
- *strings.22613:%A, %d-%b-%y %H:%M:%S ╟÷┴÷ ╜├░ú
-
- *strings.22614:├╓┴╛ ╝÷┴ñ└╧:
-
- *strings.22615:%A, %d-%b-%y %H:%M:%S GMT
-
- *strings.22616:│╗┐δ ▒µ└╠:
-
- *strings.22617:│»┬Ñ ╛°└╜
-
- *strings.22618:└»╚┐╕╕▒Γ:
-
- *strings.22619:╕╞ └»╟ⁿ:
-
- *strings.22620:╕╞ ╗²╝║└┌:
-
- *strings.22621:Charset:
-
- *strings.22622:╗≤┼┬ ╣╠╚«└╬
-
- *strings.22623:║╕╛╚:
-
- *strings.22624:└╬┴⌡╝¡:
-
- *strings.22625:╣½┴ª ╣«╝¡
-
- *strings.22626:</b></FONT> └║(┤┬) ┤┘└╜ ▒╕┴╢╕ª ░í┴÷░φ └╓╜└┤╧┤┘:<p><ul><li>
-
- *strings.22627:╣«╝¡ ┴ñ║╕
-
- *strings.22628:about:editfilenew
-
- *strings.22629:file:///Untitled
-
- *strings.22630:┐Σ╛α
-
- *strings.22631:║╕┼δ
-
- *strings.22632:╛╞┴≈ %s ╞·┤⌡ ╛╚┐í ╕▐╜├┴÷░í └╓╜└┤╧┤┘.\n └╠ ╞·┤⌡╕ª ╗Φ┴ª╟╧╜├░┌╜└┤╧▒ε?
-
- *strings.22633:┤δ╕«└┌ └┌╡┐ ╝│┴ñ ╞─└╧└╗ ╖╬╡σ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n\n└┌╡┐ ╝│┴ñ url└╠ lock╡╟╛ε └╓╛ε\n┤δ╕«└┌╕ª ╗τ┐δ╟╧┴÷ ╛╩└╗ ╝÷ ╛°╜└┤╧┤┘.\n╖╬─├ ╜├╜║┼█ ░ⁿ╕«└┌┐í░╘ ╡╡┐≥└╗ ┐Σ├╗╟╧╜╩╜├┐└.
-
- *strings.22634:╛ε╢▓ ┤δ╕«└┌ └┌╡┐ ╝│┴ñ ╞─└╧╡╡ ╝÷╜┼╡╟┴÷ ╛╩╛╥╜└┤╧┤┘.\n\n└┌╡┐ ╝│┴ñ url└╠ lock╡╟╛ε └╓╛ε\n┤δ╕«└┌╕ª ╗τ┐δ╟╧┴÷ ╛╩└╗ ╝÷ ╛°╜└┤╧┤┘.\n╖╬─├ ╜├╜║┼█ ░ⁿ╕«└┌┐í░╘ ╡╡┐≥└╗ ┐Σ├╗╟╧╜╩╜├┐└.
-
- *strings.22635:┤δ╕«└┌ └┌╡┐╝│┴ñ ┴ñ║╕ ╝÷╜┼┐í ╣«┴ª░í └╓╜└┤╧┤┘.\n└┌╡┐ ╝│┴ñ URL└╠ ┴÷┐¬└√└╕╖╬ lock╡╟╛ε\n┤δ╕«└┌╕ª ╟π╢⌠╟╥ ╝÷╣█┐í ╛°╜└┤╧┤┘.\n\n╖╬─├ ╜├╜║┼█ ░ⁿ╕«└┌┐í░╘ ╡╡┐≥└╗ ┐Σ├╗╟╧╜╩╜├┐└.
-
- *strings.22636:┴╓╝╥╖╧ ╞─└╧ ║╥╖»┐└▒Γ
-
- *strings.22637:┴╓╝╥╖╧ ╞─└╧ └·└σ
-
- *strings.22638:├Ñ░Ñ╟╟
-
- *strings.22639:▒Γ└╘
-
- *strings.22640:%ld ├╩
-
- *strings.22641:%ld ║╨
-
- *strings.22642:%ld ╜├░ú %ld ║╨
-
- *strings.22643:┴╓┐Σ ├Ñ░Ñ╟╟
-
- *strings.22644:┴╓╝╥╖╧
-
- *strings.22645:▒Σ ╢≤└╬ └┌╡┐ ┴┘╣┘▓▐
-
- *strings.22646:└┌╡┐ └·└σ %s
-
- *strings.22647:HTML ╣«╝¡░í ╛╞┤╧╕Θ ╞φ┴²╟╥ ╝÷ ╛°╜└┤╧┤┘!
-
- *strings.8000:╕±╖╧└╟ │í
-
- *strings.8001:└ⁿ├╝ ╕±╖╧
-
- *strings.8003:┤┘╕Ñ └╠╕º└╕╖╬ └·└σ... (╟ⁿ╜─ %.90s, └╬─┌╡∙ %.90s)
-
- *strings.8004:┤┘╕Ñ └╠╕º└╕╖╬ └·└σ... (╟ⁿ╜─ %.90s)
-
- *strings.8005:┤┘╕Ñ └╠╕º└╕╖╬ └·└σ... (└╬─┌╡∙ %.90s)
-
- *strings.8006:┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
-
- *strings.8007:%.900s ┐¡▒Γ ┐└╖∙:
-
- *strings.8008:%.900s ╗Φ┴ª ┐└╖∙:
-
- *strings.8009:┐¼░ß╡╟╕Θ, `%.900s'╖╬ ╖╬▒╫└╬╟╒┤╧┤┘
-
- *strings.8010:╕▐╕≡╕« ║╬┴╖ -- URL└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8011:┤┘└╜└╗ └╨┴÷ ╕°╟╒┤╧┤┘:\n%s
-
- *strings.8012:%s\n┤┘╕Ñ ╕«╝╥╜║┤┬ ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘!\n"%s" ┤δ╜┼ ┤δ├╝ ▒█▓├└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8013:%s\n┤┘╕Ñ ╕«╝╥╜║┤┬ ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘!\n┤δ├╝ ▒█▓├ "%s" └╗ └╨└╗ ╝÷ ╛°╜└┤╧┤┘!\n╞≈▒Γ╟╒┤╧┤┘.
-
- *strings.8014:╡≡╜║┼⌐└╟ ├Ñ░Ñ╟╟ ╞─└╧└╠ ║»░µ╡╟╛·╜└┤╧┤┘. ║»░µ│╗┐δ└╗ ╣½╜├╟╥▒ε┐Σ?
-
- *strings.8015:╡≡╜║┼⌐└╟ ├Ñ░Ñ╟╟ ╞─└╧└╠ ║»░µ╡╟╛·╜└┤╧┤┘. ┤┘╜├ └╨└╗▒ε┐Σ?
-
- *strings.8016:╗⌡ ╟╫╕±
-
- *strings.8017:╗⌡ ╕╙╕«╕╗
-
- *strings.8018:"%.900s" ┴╓┴ª┐═ ▒╫ ╣╪└╟ %d ░│ │╗┐δ└╗ ┴÷┐∩▒ε┐Σ?
-
- *strings.8019:"%.900s" ┴╓┴ª┐═ ▒╫ ╣╪└╟ %d ░│ │╗┐δ└╗ ┴÷┐∩▒ε┐Σ?
-
- *strings.8020:├Ñ░Ñ╟╟ ║╕│╗▒Γ
-
- *strings.8021:├Ñ░Ñ╟╟ ║╥╖»┐└▒Γ
-
- *strings.8022:└╠ ╣÷└ⁿ└║ %s ║╕╛╚└╗ %s╕ª └╠┐δ╟╧┐⌐ ┴÷┐°╟╒┤╧┤┘.
-
- *strings.8023:║╕╛╚▒Γ┤╔ ║±╚░╝║
-
- *strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
-
- *strings.8025:╣«╝¡: ┐╧╖ß.
-
- *strings.8026:╞─└╧ ┐¡▒Γ
-
- *strings.8027:%.900s┐í ╞─└╠╟┴ ┐¡▒Γ ┐└╖∙
-
- *strings.8028:░µ░φ:\n\n
-
- *strings.8029:%s "%.255s" ┴╕└τ╟╧┴÷ ╛╩╜└┤╧┤┘.\n
-
- *strings.8030:%s "%.255s" └║(┤┬) ╛╦ ╝÷ ╛°┤┬ ░═└╘┤╧┤┘.\n
-
- *strings.8031:%s┐í ┤δ╟╤ ╞≈╞« ╣°╚ú╕ª ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n
-
- *strings.8032:╕▐└╧ ╝¡╣÷
-
- *strings.8033:┤║╜║ ╝¡╣÷
-
- *strings.8034:News RC ╡≡╖║┼Σ╕«
-
- *strings.8035:└╙╜├ ╡≡╖║┼Σ╕«
-
- *strings.8036:FTP ┤δ╕«└┌ ╝¡╣÷
-
- *strings.8037:Gopher ┤δ╕«└┌ ╝¡╣÷
-
- *strings.8038:HTTP ┤δ╕«└┌ ╝¡╣÷
-
- *strings.8039:HTTPS ┤δ╕«└┌ ╝¡╣÷
-
- *strings.8040:WAIS ┤δ╕«└┌ ╝¡╣÷
-
- *strings.8041:SOCKS ╝¡╣÷
-
- *strings.8042:░°┼δ MIME ┼╕└╘ ╞─└╧
-
- *strings.8043:░│└╬ MIME ┼╕└╘ ╞─└╧
-
- *strings.8044:░°┼δ mailcap ╞─└╧
-
- *strings.8045:░│└╬ mailcap ╞─└╧
-
- *strings.8046:├╓╗≤└º└╟ ├Ñ░Ñ╟╟╕ª ╗Φ┴ª╟╥ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8047:├╓╗≤└º└╟ ├Ñ░Ñ╟╟╕ª └▀╢≤│╛ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8048:┤┘└╜ ├Ñ░Ñ╟╟┐í ┤δ╟╤ ╗τ║╗└╘┤╧┤┘:
-
- *strings.8049:╞─└╧ ┐¡▒Γ...
-
- *strings.8050:╟÷└τ┤┬ ╟┴╖╣└╙ └╬╝Γ▒Γ┤╔└╗ ┴÷┐°╟╧┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.8051:┐╔╝╟└╗ └·└σ┴▀ ┐└╖∙
-
- *strings.8052:╛╦ ╝÷ ╛°┤┬ %s └╠╜║─╔└╠╟┴ ─┌╡σ %%%c:\n%%h = ╚ú╜║╞«, %%p = ╞≈╞«, %%u = ╗τ┐δ└┌
-
- *strings.8053:fork() ╟╥ ╝÷ ╛°└╜:
-
- *strings.8054:%s: execvp(%s) ╜╟╞╨
-
- *strings.8055:╟┴╖╣└╙└╗ ┤┘╕Ñ └╠╕º└╕╖╬ └·└σ...
-
- *strings.8057:╟┴╖╣└╙ └╬╝Γ...
-
- *strings.8058:└╬╝Γ...
-
- *strings.8059:╞─└╧ ┤┘┐ε╖╬╡σ: %s
-
- *strings.8060:└█╝║: (┴ª╕± ╛°└╜)
-
- *strings.8061:└█╝║: %s
-
- *strings.8062:Netscape: <┴ª╕± ╛°└╜>
-
- *strings.8063:Netscape: %s
-
- *strings.8064:(┴ª╕± ╛°└╜)
-
- *strings.8065:╛╦ ╝÷ ╛°┤┬ ┐└╖∙ ╣°╚ú %d
-
- *strings.8066:└»╚┐╟╧┴÷ ╛╩└║ ├╖║╬╣«╝¡.\n%s: ┴╕└τ╟╧┴÷ ╛╩└╜.\n
-
- *strings.8067:└»╚┐╟╧┴÷ ╛╩└║ ├╖║╬╣«╝¡.\n%s: └╨└╗ ╝÷ ╛°└╜ readable.\n
-
- *strings.8068:└»╚┐╟╧┴÷ ╛╩└║ ├╖║╬╣«╝¡.\n%s: ╡≡╖║┼Σ╕«└╘┤╧┤┘.\n
-
- *strings.8069:movemail ╟╧▒Γ└º╟╪ fork() ╟╥ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8070:%s(└╗)╕ª ╜╟╟α┴▀ ╣«┴ª╣▀╗²:
-
- *strings.8071:%└╠(░í) ║±┴ñ╗≤└√└╕╖╬ ┴╛╖ß╡╟╛·╜└┤╧┤┘:
-
- *strings.8072:%.900s(└╗)╕ª ┐¡ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8073:┤┘└╜ ╟ⁿ╜─└╕╖╬ ┤║╜║ ╝¡╣÷╕ª\n└╘╖┬╟╧╜├┐└:\n\n news://HOST, ╢╟┤┬\n news://HOST:PORT,\n snews://HOST, ╢╟┤┬\n snews://HOST:PORT\n\n
-
- *strings.8074:│╗║╬ movemail└╠ ╡┐└█╟╧╖┴╕Θ,\n╕▐└╧ ╜║╟« ╡≡╖║┼Σ╕«┐í╝¡ ╞─└╧└╗ └ß▒█ ╝÷ └╓╛ε╛▀ ╟╒┤╧┤┘. ╕╣└║ ╜├╜║┼█┐í╝¡\n└╠ ▒Γ┤╔└╗ └º╟╪ ╡≡╖║┼Σ╕«└╟ ╕≡╡σ╕ª 01777╖╬ ╝│┴ñ╟╒┤╧┤┘. └╠╖╕░╘ ╟╧┤┬ ░═└╠\n║╥░í┤╔╟╧╕Θ, setgid/setuid ░í ░í┤╔╟╤ ┐▄║╬ movemail ╟┴╖╬▒╫╖Ñ└╗ ╗τ┐δ╟╪╛▀\n╟╒┤╧┤┘. └┌╝╝╟╤ ┴ñ║╕┤┬ "┴ª╟░ ├Γ╜├ ┴ñ║╕"╕ª ║╕╜╩╜├┐└.
-
- *strings.8075:%.200s┐í╝¡ ╕▐└╧└╗ ┐┼▒µ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8076:╗⌡ ╕▐└╧└╗ ░í┴«┐├ ╝÷ ╛°╜└┤╧┤┘. └ß▒▌ ╞─└╧ %.200s░í ┴╕└τ╟╒┤╧┤┘.
-
- *strings.8077:╗⌡ ╕▐└╧└╗ ░í┴«┐├ ╝÷ ╛°╜└┤╧┤┘. └ß▒▌ ╞─└╧ %.200s╕ª ╕╕╡Θ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8078:╗⌡ ╕▐└╧└╗ ░í┴«┐├ ╝÷ ╛°╜└┤╧┤┘. ╜├╜║┼█ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.
-
- *strings.8079:╕▐└╧└╗ ┐┼▒µ ╝÷ ╛°╜└┤╧┤┘. %.200s╕ª ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8080:╕▐└╧└╗ ┐┼▒µ ╝÷ ╛°╜└┤╧┤┘. %.200s╕ª └╨└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8081:╕▐└╧└╗ ┐┼▒µ ╝÷ ╛°╜└┤╧┤┘. %s.200┐í ╛╡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8082:╕▐└╧└╗ ┐┼▒Γ┤┬ ┴▀ ╣«┴ª░í ╣▀╗²╟▀╜└┤╧┤┘
-
- *strings.8083:╕▐└╧└╗ ┐┼▒Γ┤┬ ┴▀ ╣«┴ª░í ╣▀╗²╟▀╜└┤╧┤┘. ┴╛╖ß ╗≤┼┬ %d
-
- *strings.8134:%s(└╗)╕ª ┴÷┐∞┤┬ ┴▀┐í ╣«┴ª░í ╣▀╗²╟▀╜└┤╧┤┘.
-
- *strings.8085:%s\n╗τ┐δ╣²: %s [ ╝▒┼├╗τ╟╫ ... ]\n ╝▒┼├╗τ╟╫└║ ┤┘└╜░· ░░╜└┤╧┤┘:\n\n -help └╠ ╕▐╜├┴÷ ╟Ñ╜├.\n -version ╣÷└ⁿ ╣°╚ú┐═ ┴ª└█└╧ ╟Ñ╜├.\n -display <dpy> ╗τ┐δ╟╥ X ╝¡╣÷└╟ ┴÷┴ñ.\n -geometry =WxH+X+Y └⌐╡╡┐∞└╟ └º─í┐═ ┼⌐▒Γ ┴÷┴ñ.\n -visual <id-or-number> ╝¡╣÷└╟ ╞»┴ñ╟╤ ║±┴╓╛≤└╗ ╗τ┐δ.\n -install ░│║░ ╗÷╗≤╟Ñ╕ª ╝│─í.\n -no-install ▒Γ║╗ ╗÷╗≤╟Ñ╕ª ╗τ┐δ.\n
-
- *strings.8154: -share -install ░· ╟╘▓▓ ╗τ┐δ. ░ó░ó└╟ └⌐╡╡┐∞░í ░ó░ó└╟\n ╗÷╗≤╟Ñ╕ª ░«┤┬ ┤δ╜┼, ╡┐└╧╟╤ ╗÷╗≤╟Ñ╕ª ░«╡╡╖╧ ╟╘.\n -no-share ░ó░ó└╟ └º╡╡┐∞░í ╡┐└╧╟╤ ╗÷╗≤╟Ñ╕ª ░«╡╡╖╧ ╟╘.\n
-
- *strings.8086: -ncols <N> -install└╗ ╗τ┐δ╟╧┴÷ ╛╩└╗ ╢º, └╠╣╠┴÷╕ª └º╟╪\n ├╓┤δ ╗τ┐δ╟╥ ╝÷ └╓┤┬ ╗÷└╟ ╝÷╕ª ┴÷┴ñ.\n -mono └╠╣╠┴÷╕ª 1║±╞«(╚µ╣Θ)╖╬ ╟Ñ╜├.\n -iconic ╛╞└╠─▄ ╗≤┼┬╖╬ ╜├└█.\n -xrm <resource-spec> ╞»┴ñ X ╕«╝╥╜║╕ª ┴÷┴ñ.\n\n -remote <remote-command> └╠╣╠ ╜╟╟α┴▀└╬ Netscape ╟┴╖╬╝╝╝¡┐í ╕φ╖╔╛ε ╜╟╟α\n └┌╝╝╟╤ │╗┐δ└║ ┤┘└╜└╗ ┬ⁿ┴╢╟╧╜├┐└.\n http://home.netscape.com/newsref/std/x-remote.html\n -id <window-id> -remote ╕φ╖╔└╗ ║╕│╛ └⌐╡╡┐∞└╟ window-id. ┴÷┴ñ\n ╟╧┴÷ ╛╩└╕╕Θ ├╣╣°┬░ ├ú└║ └⌐╡╡┐∞└╟ ID╕ª ╗τ┐δ.\n -raise -remote ╕φ╖╔└╕╖╬ ╕╕╡τ └⌐╡╡┐∞╕ª ╕╟╛╒└╕╖╬\n ┐└╡╡╖╧ ╟╘. (▒Γ║╗░¬.)\n -noraise -raise └╟ ╣▌┤δ. -remote┐í └╟╟╤ └⌐╡╡┐∞░í\n └┌╡┐└╕╖╬ ╕╟╛╒┐í ┐└┴÷ ╛╩└╜.\n\n ╝▒┼├╗τ╟╫└╠ ╛╞┤╤ └╬╝÷┤┬ └╨╛ε╛▀╟╥ ╞─└╧└╠│¬ URL╖╬ ╟╪╝«╡╩.\n\n ┤δ║╬║╨└╟ ╗τ┐δ└┌ ╝│┴ñ└║ ┐╔╝╟ ╕▐┤║┐í╝¡ ╟╥ ╝÷ └╓╜└┤╧┤┘.\n\n
-
- *strings.8087:%s: ╟┴╖╬▒╫╖Ñ ╣÷└ⁿ %s, ╕«╝╥╜║ ╣÷└ⁿ %s.\n\n ║╬└√└²╟╤ `%s' ╞─└╧└╠ ╜├╜║┼█└╟ app-defaults ╡≡╖║┼Σ╕«┐í\n └╓░┼│¬, ╛╞┤╧╕Θ ┤τ╜┼└╟ ╚¿ ╡≡╖║┼Σ╕«┐í └╓╜└┤╧┤┘.\n ╛╞╖í└╟ ╚»░µ║»╝÷│¬ ╚»░µ║»╝÷░í ┴÷╜├╟╧┤┬ ╡≡╖║┼Σ╕«╕ª\n ╚«└╬╟╧╜╩╜├┐└:\n $XAPPLRESDIR\n $XFILESEARCHPATH\n $XUSERFILESEARCHPATH\n\n ╢╟╟╤ └º ╞─└╧└╗ ┤τ╜┼└╟ ╚¿ ╡≡╖║┼Σ╕«┐═ /usr/lib/. ╛╞╖í└╟\n `app-defaults'╢≤░φ ╟╧┤┬ ╡≡╖║┼Σ╕«╕ª ╚«└╬╟╧╜╩╜├┐└.
-
- *strings.8088:%s: ╕«╝╥╜║╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.n\n ║╬└√└²╟╤ `%s' ╞─└╧└╠ app-defaults ╡≡╖║┼Σ╕«┐í\n ╝│─í╡╟╛ε └╓╜└┤╧┤┘. ╛╞╖í└╟ ╚»░µ║»╝÷│¬ ╚»░µ║»╝÷░í\n ┴÷╜├╟╧┤┬ ╡≡╖║┼Σ╕«╕ª ╚«└╬╟╧╜╩╜├┐└:\n $XAPPLRESDIR\n $XFILESEARCHPATH\n $XUSERFILESEARCHPATH\n\n ╢╟╟╤ └º ╞─└╧└╗ ┤τ╜┼└╟ ╚¿ ╡≡╖║┼Σ╕«┐═ /usr/lib/. ╛╞╖í└╟\n `app-defaults'╢≤░φ ╟╧┤┬ ╡≡╖║┼Σ╕«╕ª ╚«└╬╟╧╜╩╜├┐└.
-
- *strings.8089:%s: └▀╕°╡╚ └º─í╣╫ ┼⌐▒Γ┴÷┴ñ└╘┤╧┤┘.\n\n ╕φ╚«╟╧░╘ "%s*geometry: %s" ╢╟┤┬ "%s*geometry: %s"\n (└╗)╕ª ╕«╝╥╜║┐í ┴÷┴ñ╟╧┐┤╜└┤╧┤┘. "*geometry"╕ª ┴÷┴ñ╟╧┤┬ ░═└║\n %s (╢╟╟╤ ┤δ║╬║╨└╟ ┤┘╕Ñ X ╟┴╖╬▒╫╖Ñ) └╠(░í) └╠╗≤╟╧░╘ ┐└╡┐└█╟╧╡╡╖╧\n ╟╒┤╧┤┘. ╟╫╗≤ ".geometry"╕ª ╗τ┐δ╟╧╜├┐└.\n
-
- *strings.8090:%s: "%s" └║(┤┬) ╛╦ ╝÷ ╛°┤┬ ┐╔╝╟\n
-
- *strings.8091:%s└╠(░í) %s ╞─└╧└╗\n╣▀░▀╟▀╜└┤╧┤┘.\n
-
- *strings.8092:\n└╠░═└║ ┤┘╕Ñ ╗τ┐δ└┌░í %s(└╗)╕ª ╜╟╟α┴▀└╠╕τ\n┤τ╜┼└╟ %s└╠ └╠┐δ╡╚┤┘┤┬ ╢µ└╧╝÷╡╡ └╓╜└┤╧┤┘.\n
-
- *strings.8093:\n%s ▒Γ░Φ┐í╝¡ ╟┴╖╬╝╝╝¡ ID %u╖╬ ╜╟╟α┴▀└╬░═ ░░╜└┤╧┤┘.\n
-
- *strings.8094:\n┴÷▒▌ %s╕ª ╗τ┐δ╟╥ ╝÷╡╡ └╓┴÷╕╕,\n╡≡╜║┼⌐ ─│╜├│¬ ░°┼δ ╣µ╣«╕±╖╧└╠│¬\n░│└╬ └╬┴⌡╝¡╕ª ╗τ┐δ╟╥ ╝÷ ╛°╜└┤╧┤┘.\n
-
- *strings.8095:\n▒╫╖╕┴÷ ╛╩└╕╕Θ ┤┘╕Ñ %s Navigator░í ╜╟╟α┴▀└╬┴÷,\n╚«└╬╟╧░φ, %s ╞─└╧└╗ ╗Φ┴ª╟╧░φ, %s╕ª ┤┘╜├\n╜├└█╟╧╜├┐└.\n├δ╝╥╕ª ╝▒┼├╟╥ ╝÷╡╡ └╓╜└┤╧┤┘.
-
- *strings.8096:%s: %s└║(┤┬) ╡≡╖║┼Σ╕«░í ╛╞┤╒┤╧┤┘.\n▒╫└ⁿ ╞─└╧└║ %s╖╬ └╠╕º└╠ ╣┘▓ε╛·╜└┤╧┤┘!\n▒╫╕«░φ ╡≡╖║┼Σ╕«░í ╟╧│¬ ╗²╝║╡╟╛·╜└┤╧┤┘.\n\n
-
- *strings.8097:%s: %s└║(┤┬) ╡≡╖║┼Σ╕«░í ╛╞┤╒┤╧┤┘.\n╢╟╟╤ └╠╕º└╗ ╣┘▓▄╝÷╡╡ ╛°╜└┤╧┤┘.\n└╠ ╞─└╧└╗ ╗Φ┴ª╟╧╜╩╜├┐└.\n\n
-
- *strings.8098:%s: `%s' ╡≡╖║┼Σ╕«╕ª ╕╕╡Θ╝÷ ╛°╜└┤╧┤┘.\n%s\n└º ╡≡╖║┼Σ╕«╕ª ╕╕╡σ╜├┐└.\n\n
-
- *strings.8099:╛╦╝÷ ╛°┤┬ ┐└╖∙
-
- *strings.8100:%s(└╗)╕ª ╕╕╡σ┤┬ ┴▀ ┐└╖∙
-
- *strings.8101:%s┐í ╛▓┤┬ ┴▀ ┐└╖∙
-
- *strings.8102:%s└╟ ╟÷└τ ╣÷└ⁿ└║ └╠└ⁿ ╣÷└ⁿ░· ┤┘╕Ñ ╚»░µ╝│┴ñ ╞─└╧ └╠╕º└╗ ╗τ┐δ\n╟╒┤╧┤┘. ╗⌡ ╣÷└ⁿ░· ╡┐└╧╟╤ ╟ⁿ╜─└╗ ╗τ┐δ╟╧┤┬ ╞─└╧└║ ╗⌡╖╬┐ε └╠╕º└╕╖╬\n║╣╗τ╡╦┤╧┤┘. ▒╫╖╕┴÷ ╛╩└║ ╞─└╧└║ ╟╩┐Σ┐í ╡√╢≤ ┤┘╜├ ╕╕╡Θ╛ε┴²┤╧┤┘.\n┴÷▒▌ └╠└ⁿ ╞─└╧╡Θ└╗ ┴÷┐∩▒ε┐Σ?
-
- *strings.8103:\n╡≡╜║┼⌐ ─│╜├╕ª ╞≈╟╘╟╤ └╠└ⁿ ╞─└╧╡Θ└╠ ╛╞┴≈ │▓╛╞└╓╜└┤╧┤┘.\n(╡≡╜║┼⌐ ─│╜├┤┬ ╕╣└║ ╡≡╜║┼⌐╕ª ┬≈┴÷╟╥ ╝÷ └╓└╜)
-
- *strings.8104:└╠└ⁿ ╞─└╧╡Θ└╠ ╛╞┴≈ │▓╛╞ └╓╜└┤╧┤┘.
-
- *strings.8105:└╧╣▌
-
- *strings.8106:╛╧╚ú
-
- *strings.8107:░│└╬ └╬┴⌡╝¡
-
- *strings.8108:╗τ└╠╞« └╬┴⌡╝¡
-
- *strings.8109:%s ░╦╗τ (%d │▓└╜)\n%d%% ┐╧╖ß)\n\n│▓└║ ╜├░ú: %s\n(│▓└║ ╜├░ú└║ ╝▒┼├╟╤ ╗τ└╠╞«┐═ │╫╞«┐÷┼⌐ ┼δ╜┼╖«┐í ╡√╢≤\n┤┘╕¿┤╧┤┘.)
-
- *strings.8110:░╦╗τ┴▀ ... (%d │▓└╜)\n%d%% ┐╧╖ß)\n\n│▓└║ ╜├░ú: %s\n(│▓└║ ╜├░ú└║ ╝▒┼├╟╤ ╗τ└╠╞«┐═ │╫╞«┐÷┼⌐ ┼δ╜┼╖«┐í ╡√╢≤\n┤┘╕¿┤╧┤┘.)
-
- *strings.8111:Re:
-
- *strings.8112:%d ░│└╟ ├Ñ░Ñ╟╟ ░╦╗τ░í │í│╡╜└┤╧┤┘.\n%d ░│└╟ ╣«╝¡╕ª ╕╕│╡╜└┤╧┤┘.\n%d ░│ ╣«╝¡░í ║»░µ╡╟╛ε ╟Ñ╜├╡╟╛·╜└┤╧┤┘.
-
- *strings.8115:"%s" ░í %d ╗≤┼┬╖╬ ┴╛╖ß╡╟╛·╜└┤╧┤┘
-
- *strings.8116:%s: ╕≡╞╝╟┴└╟ keysym ╕ª ┴ñ└╟╟╧┴÷ ╛╩└║ ░═ ░░╜└┤╧┤┘.\n\n┤δ░│ XKeysymDB ╞─└╧└╗ ├ú└╗ ╝÷ ╛°▒Γ ╢º╣«└╘┤╧┤┘.\n┐├╣┘╕Ñ keysym ╞─└╧└╗ ░í╕ú┼░┤┬ $KEYSYMDB ╚»░µ║»╝÷╕ª\n╝│┴ñ╟╥ ╝÷ └╓╜└┤╧┤┘.\n\n┐├╣┘╕Ñ XKeysymDB░í ╛°└╕╕Θ ╕╣└║ ░µ░φ ╕▐╜├┴÷░í ╟Ñ╜├╡╟░φ,\n┤δ║╬║╨└╟ ┼░║╕╡σ ┤▄├α┼░░í ╡┐└█╟╧┴÷ ╛╩╜└┤╧┤┘.\n(└√╟╒╟╤ XKeysymDB ╞─└╧└║ %s┐í ╞≈╟╘╡╟╛ε └╓╜└┤╧┤┘.)\n\n
-
- *strings.8117:%s: ╕≡╞╝╟┴└╟ keysym ╕ª ┴ñ└╟╟╧┴÷ ╛╩└║ ░═ ░░╜└┤╧┤┘.\n\n┤δ░│ XKeysymDB ╞─└╧└╗ ├ú└╗ ╝÷ ╛°▒Γ ╢º╣«└╘┤╧┤┘.\n┐├╣┘╕Ñ keysym ╞─└╧└╗ ░í╕ú┼░┤┬ $KEYSYMDB ╚»░µ║»╝÷╕ª\n╝│┴ñ╟╥ ╝÷ └╓╜└┤╧┤┘.\n\n┐├╣┘╕Ñ XKeysymDB░í ╛°└╕╕Θ ╕╣└║ ░µ░φ ╕▐╜├┴÷░í ╟Ñ╜├╡╟░φ,\n┤δ║╬║╨└╟ ┼░║╕╡σ ┤▄├α┼░░í ╡┐└█╟╧┴÷ ╛╩╜└┤╧┤┘.\n
-
- *strings.8118:║±┴╓╛≤ 0x%02x ┤┬ %s %d ║±╞«└╟ %s ║±┴╓╛≤└╘┤╧┤┘.\n└╠ ║±┴╓╛≤└║ ┴÷┐°╡╟┴÷ ╛╩╜└┤╧┤┘: %s └╠╣╠┴÷.\n\n╟÷└τ ┴÷┐°╡╟┤┬ ║±┴╓╛≤└║\n\n StaticGray, all depths\n GrayScale, all depths\n TrueColor, depth 8 or greater\n DirectColor, depth 8 or greater\n StaticColor, depth 8 or greater\n PseudoColor, depth 8 only\n\n└╘┤╧┤┘. └º└╟ ║±┴╓╛≤┐í ╟╪┤τ╡╟┤┬ ░═└╗ ░í┴÷░φ └╓└╕╕Θ\n(`xdpyinfo' ┬ⁿ┴╢), -visual ╕φ╖╔╛ε┴┘ ┐╔╝╟└╗ └╠┐δ╟╧┐⌐\n║±┴╓╛≤└╗ ┴÷┴ñ╟╧╕Θ╝¡ %s(└╗)╕ª ╜├└█╟╥ ░═└╗ ▒╟╟╒┤╧┤┘.\n\n╛╒└╕╖╬ ┤⌡ ╕╣└║ ║±┴╓╛≤└╗ ┴≈┴ó ┴÷┐°╟╥ ░═└╘┤╧┤┘.\n╣«┴ª░í └╓└╕╕Θ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.8119:║±┴╓╛≤ 0x%02x ┤┬ %s %d ║±╞«└╟ %s ║±┴╓╛≤└╘┤╧┤┘.\n└╠ ║±┴╓╛≤└║ ┴÷┐°╡╟┴÷ ╛╩╜└┤╧┤┘: %s └╠╣╠┴÷.\n\n╟÷└τ ┴÷┐°╡╟┤┬ ║±┴╓╛≤└║\n\n StaticGray, all depths\n GrayScale, all depths\n TrueColor, depth 8 or greater\n DirectColor, depth 8 or greater\n StaticColor, depth 8 or greater\n PseudoColor, depth 8 only\n\n└╘┤╧┤┘. └º└╟ ║±┴╓╛≤┐í ╟╪┤τ╡╟┤┬ ░═└╗ ░í┴÷░φ └╓└╕╕Θ\n(`xdpyinfo' ┬ⁿ┴╢), -visual ╕φ╖╔╛ε┴┘ ┐╔╝╟└╗ └╠┐δ╟╧┐⌐\n║±┴╓╛≤└╗ ┴÷┴ñ╟╧╕Θ╝¡ %s(└╗)╕ª ╜├└█╟╥ ░═└╗ ▒╟╟╒┤╧┤┘.\n\n╛╒└╕╖╬ ┤⌡ ╕╣└║ ║±┴╓╛≤└╗ ┴≈┴ó ┴÷┐°╟╥ ░═└╘┤╧┤┘.\n╣«┴ª░í └╓└╕╕Θ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.8120:║±┴╓╛≤ 0x%02x ┤┬ %s %d ║±╞«└╟ %s ║±┴╓╛≤└╘┤╧┤┘.\n└╠ ║±┴╓╛≤└║ ┴÷┐°╡╟┴÷ ╛╩╜└┤╧┤┘: %s └╠╣╠┴÷.\n\n╟÷└τ ┴÷┐°╡╟┤┬ ║±┴╓╛≤└║\n\n StaticGray, all depths\n GrayScale, all depths\n TrueColor, depth 8 or greater\n DirectColor, depth 8 or greater\n StaticColor, depth 8 or greater\n PseudoColor, depth 8 only\n\n└╘┤╧┤┘. └º└╟ ║±┴╓╛≤┐í ╟╪┤τ╡╟┤┬ ░═└╗ ░í┴÷░φ └╓└╕╕Θ\n(`xdpyinfo' ┬ⁿ┴╢), -visual ╕φ╖╔╛ε┴┘ ┐╔╝╟└╗ └╠┐δ╟╧┐⌐\n║±┴╓╛≤└╗ ┴÷┴ñ╟╧╕Θ╝¡ %s(└╗)╕ª ╜├└█╟╥ ░═└╗ ▒╟╟╒┤╧┤┘.\n\n╛╒└╕╖╬ ┤⌡ ╕╣└║ ║±┴╓╛≤└╗ ┴≈┴ó ┴÷┐°╟╥ ░═└╘┤╧┤┘.\n╣«┴ª░í └╓└╕╕Θ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.8121:║±┴╓╛≤ 0x%02x ┤┬ %s %d ║±╞«└╟ %s ║±┴╓╛≤└╘┤╧┤┘.\n└╠ ║±┴╓╛≤└║ ┴÷┐°╡╟┴÷ ╛╩╜└┤╧┤┘: %s └╠╣╠┴÷.\n\n╟÷└τ ┴÷┐°╡╟┤┬ ║±┴╓╛≤└║\n\n StaticGray, all depths\n GrayScale, all depths\n TrueColor, depth 8 or greater\n DirectColor, depth 8 or greater\n StaticColor, depth 8 or greater\n PseudoColor, depth 8 only\n\n└╘┤╧┤┘. └º└╟ ║±┴╓╛≤┐í ╟╪┤τ╡╟┤┬ ░═└╗ ░í┴÷░φ └╓└╕╕Θ\n(`xdpyinfo' ┬ⁿ┴╢), -visual ╕φ╖╔╛ε┴┘ ┐╔╝╟└╗ └╠┐δ╟╧┐⌐\n║±┴╓╛≤└╗ ┴÷┴ñ╟╧╕Θ╝¡ %s(└╗)╕ª ╜├└█╟╥ ░═└╗ ▒╟╟╒┤╧┤┘.\n\n╛╒└╕╖╬ ┤⌡ ╕╣└║ ║±┴╓╛≤└╗ ┴≈┴ó ┴÷┐°╟╥ ░═└╘┤╧┤┘.\n╣«┴ª░í └╓└╕╕Θ ┐¼╢⌠╟╧╜╩╜├┐└.
-
- *strings.8122:╚µ╣Θ└╕╖╬\n╟Ñ╜├╡╦┤╧┤┘
-
- *strings.8123:┴ª┤δ╖╬ ╛╚║╕└╧ ░═└╘┤╧┤┘
-
- *strings.8124:┐▄╛τ
-
- *strings.8125:├Ñ░Ñ╟╟
-
- *strings.8126:╗÷╗≤
-
- *strings.8127:▒█▓├
-
- *strings.8128:└└┐δ╟┴╖╬▒╫╖Ñ
-
- *strings.8155:║╕┴╢╟┴╖╬▒╫╖Ñ
-
- *strings.8129:└╠╣╠┴÷
-
- *strings.8130:╛≡╛ε
-
- *strings.8131:─│╜├
-
- *strings.8132:┐¼░ß
-
- *strings.8133:┤δ╕«└┌
-
- *strings.8135:└█╝║
-
- *strings.8136:╝¡╣÷
-
- *strings.8137:╜┼┐°
-
- *strings.8138:▒╕╝║
-
- *strings.8139:╟┴╖╣└╙└╗ ╕▐└╧╖╬ ║╕│╗▒Γ
-
- *strings.8140:╣«╝¡╕ª ╕▐└╧╖╬ ║╕│╗▒Γ
-
- *strings.8141:Netscape ╕▐└╧
-
- *strings.8142:Netscape ┤║╜║
-
- *strings.8143:┴╓╝╥╖╧
-
- *strings.8144:X ╕«╝╥╜║░í ┴ª┤δ╖╬ ╝│─í╡╟┴÷ ╛╩╛╥╜└┤╧┤┘!
-
- *strings.8145:<< ║±╛ε└╓└╜ >>
-
- *strings.8146:╛╧╚ú └·└σ┴▀ ┐└╖∙
-
- *strings.8147:▒╕╟÷╛╚╡╩.
-
- *strings.8148:%s: ╚»░µ╝│┴ñ ╞─└╧┐í╝¡ ~user/ ╟ⁿ╜─└║ ╟π┐δ╡╟┴÷ ╛╩╜└┤╧┤┘. ~/ ╟ⁿ╜─└╗ ╗τ┐δ╟╧╜├┐└\n
-
- *strings.8149:%s: "%s" └║(┤┬) ╛╦ ╝÷ ╛°┤┬ ║±┴╓╛≤└╘┤╧┤┘.\n
-
- *strings.8150:%s: 0x%x ╣°╚ú└╟ ║±┴╓╛≤ ╛°└╜\n
-
- *strings.8151:%s: %s ┼¼╖í╜║└╟ ║±┴╓╛≤ ╛°└╜\n
-
- *strings.8152:\n\n<< ╟Ñ┴╪┐└╖∙ ╕▐╜├┴÷░í ┴▀░ú┐í └▀╖╚╜└┤╧┤┘ >>
-
- *strings.8153:╞─└╠╟┴ ╗²╝║┴▀ ┐└╖∙:
-
- *strings.8156:║╕│╛ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┐í ║╕│╗┴÷ ╛╩└║ ╕▐╜├┴÷░í\n└╓╜└┤╧┤┘. ┴÷▒▌ ║╕│╛▒ε┐Σ?\n
-
- *strings.8157:║╕│╛ ╞φ┴÷╟╘(Outbox ╞·┤⌡)┐í %d░│└╟ ║╕│╗┴÷ ╛╩└║\n╕▐╜├┴÷░í └╓╜└┤╧┤┘. ┴÷▒▌ ║╕│╛▒ε┐Σ?\n
-
- *strings.8158:``╝¡╣÷┐í │▓▒Φ'' ┐╔╝╟└║ POP3╝¡╣÷╕ª ╗τ┐δ╟╥ ╢º╕╕\n┴÷┐°╡╦┤╧┤┘. ╡┐└╧ ╜├╜║┼█└╟ ╕▐└╧ ╡≡╖║┼Σ╕«┐í╝¡┤┬\n┴÷┐°╡╟┴÷ ╛╩╜└┤╧┤┘. ╕▐└╧└╗ └╨▒Γ └º╟╪╝¡┤┬ ╕╒└·\n╕▐└╧ ╣╫ ┤║╜║ ╚»░µ╝│┴ñ└╟ ╝¡╣÷ ╞Σ└╠┴÷┐í╝¡ └╠\n┐╔╝╟└╗ ├δ╝╥╟╧╜├┐└.
-
- *strings.8159:╡┌╖╬
-
- *strings.8160:╟┴╖╣└╙┐í╝¡ ╡┌╖╬
-
- *strings.8161:╛╒└╕╖╬
-
- *strings.8162:╟┴╖╣└╙┐í╝¡ ╛╒└╕╖╬
-
- *strings.8163:╕╒└· ╜├╜║┼█└╟ ╕▐└╧ ╞─└╧└╗ ░í╕ú┼░┤┬ $MAIL ╚»░µ║»╝÷╕ª\n╝│┴ñ╟╧╜├┐└
-
- *strings.8164:╗⌡ ╕▐╜├┴÷░í ╛°╜└┤╧┤┘.
-
- *strings.8165:╗τ┐δ└┌ ┴ñ└╟
-
- *strings.8166:▒Γ┼╕
-
- *strings.8167:┐▄║╬╖╬ ╕▐╜├┴÷╕ª ║╕│╗▒Γ └º╟╪ fork() ╟╥ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8168:%s ╞─└╧└╗ └╨└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8169:%s└║(┤┬) ┴╕└τ╟╧┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.8170:%s└║(┤┬) ╡≡╖║┼Σ╕«└╘┤╧┤┘.
-
- *strings.8171:└ß▒▌ ╞─└╧└╗ ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8172:└ß▒▌ ╞─└╧(Netscape.lock)└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8173:└ß▒▌ ╞─└╧(Netscape.lock)└╠ ║»░µ╡╟╛·╜└┤╧┤┘.
-
- *strings.8174:└ß▒▌ ╞─└╧└╟ ┼⌐▒Γ░í ║»░µ╡╟╛·╜└┤╧┤┘.
-
- *strings.8175:└ß▒▌ ╞─└╧(Netscape.lock)└╟ ╡Ñ└╠┼╕╕ª └╨└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8176:╛╓┤╧╕▐└╠╝╟ ╞─└╧└╗ ┐¡ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8177:╛╓┤╧╕▐└╠╝╟ ╞─└╧└╠ ║»░µ╡╟╛·╜└┤╧┤┘.\n▒Γ║╗ ░¬└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8178:╛╓┤╧╕▐└╠╝╟ ╞─└╧└╟ ┼⌐▒Γ╕ª ╛╦ ╝÷ ╛°╜└┤╧┤┘.\n▒Γ║╗ ░¬└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8179:╛╓┤╧╕▐└╠╝╟└╟ ╗÷╗≤ ╝÷╕ª ╛╦ ╝÷ ╛°╜└┤╧┤┘.\n▒Γ║╗ ░¬└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8180:╛╓┤╧╕▐└╠╝╟└╟ ╗÷└╗ └╨└╗ ╝÷ ╛°╜└┤╧┤┘.\n▒Γ║╗ ░¬└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8181:╛╓┤╧╕▐└╠╝╟ ╟┴╖╣└╙└╗ └╨└╗ ╝÷ ╛°╜└┤╧┤┘.\n▒Γ║╗ ░¬└╗ ╗τ┐δ╟╒┤╧┤┘.
-
- *strings.8182:╛╓┤╧╕▐└╠╝╟ ╞─└╧└╟ │í┐í └╓┤┬ ╛╡╕≡╛°┤┬ ╡Ñ└╠┼╕╕ª ╣½╜├╟╒┤╧┤┘.
-
- *strings.8183:║»░µ╡╚ ╣«╝¡╕ª ├ú╜└┤╧┤┘:
-
- *strings.8184:╣«└┌
-
- *strings.8185:╕╡┼⌐
-
- *strings.8186:┤▄╢⌠
-
- *strings.8187:└╠╣╠┴÷
-
- *strings.8188:╟┴╖╣└╙ ┤┘╜├ ▒╫╕«▒Γ
-
- *strings.8189:┤┘╜├ ▒╫╕«▒Γ
-
- *strings.8190:Netscape ╕▐└╧: %.900s
-
- *strings.8191:Netscape ┤║╜║: %.900s
-
- *strings.8192:Netscape: %.900s
-
- *strings.8193:╟┴╖╬┼Σ─▌
-
- *strings.8194:╛≡╛ε
-
- *strings.8195:╛╧╚ú ║»░µ
-
- *strings.8196:╛╧╚ú ╝│┴ñ
-
- *strings.8197:╟├╖»▒╫└╬ ╛°└╜
-
- *strings.8198:Movemail ░Φ╝╙
-
- *strings.8199:Movemail ├δ╝╥
-
- *strings.8200:Netscape░í %s┐í╝¡\n%s/Inbox╖╬ ╕▐└╧└╗ ┐┼▒Γ╖┴░φ ╟╒┤╧┤┘.\n\n╕▐└╧└╗ ┐┼▒Γ╕Θ %s┐í╝¡\n╕▐└╧└╗ └╠╣╠ └╨└║ ┤┘╕Ñ ╕▐└╧ ╟┴╖╬▒╫╖Ñ░·\n╣«┴ª╕ª └╧└╕┼│╝÷╡╡ └╓╜└┤╧┤┘.
-
- *strings.8201:└╠ ░µ░φ╕ª ┤┘└╜┐í╡╡ ╟Ñ╜├╟╒┤╧┤┘
-
- *strings.8202:Netscape ╞φ┴²▒Γ: %.900s
-
- *strings.8203:Netscape
-
- *strings.8204:┴÷┴ñ╛╚╟╘: ╗τ┐δ└┌┐í░╘ ╚«└╬
-
- *strings.8205:╡≡╜║┼⌐╖╬ └·└σ
-
- *strings.8206:╟├╖»▒╫└╬ : %s
-
- *strings.8207:MIME ┼╕└╘└╗ ┴÷┴ñ╟╪╛▀ ╟╒┤╧┤┘.
-
- *strings.8208:╝│╕φ|├│╕«╣µ╣²
-
- *strings.8209:╗⌡ ╕▐└╧└╗ ╣▐└╗ ╝÷ ╛°╜└┤╧┤┘: └ß▒▌ ╞─└╧ %s└╠(░í) ┴╕└τ╟╒┤╧┤┘.
-
- *strings.8210:%s ╟├╖»▒╫└╬└╠ ╛°╜└┤╧┤┘. ╡≡╜║┼⌐ └·└σ ┼╕└╘└╕╖╬ ╣┘▓▀┤╧┤┘.\n
-
- *strings.8211:┐└╖∙: %s\n%s ╟├╖»▒╫└╬└╗ └╨└╗ ╝÷ ╛°╜└┤╧┤┘. ╣½╜├╟╒┤╧┤┘.\n
-
- *strings.8212:╟├╖»▒╫└╬└║ %s MIME ┼╕└╘┐í ┤δ╟╪ ┤┘╕Ñ ╝│╕φ ╢╟┤┬ ╚«└σ└┌╕ª ░í┴÷░φ └╓╜└┤╧┤┘.\n\n ╝│╕φ = "%s"\n ╚«└σ└┌ = "%s"\n\n╟├╖»▒╫└╬└╠ ░í┴÷░φ └╓┤┬ ╝│╕φ░· ╝¡║Ω┼╕└╘└╗ └╠┐δ╟╧░┌╜└┤╧▒ε?
-
- *strings.8213:┐╔╝╟└╗ └·└σ┴▀ ┐└╖∙
-
- *strings.8214:╛ε╢▓ ░¬└╠ ╣ⁿ└º╕ª ╣■╛ε│╡╜└┤╧┤┘:
-
- *strings.8215:┤┘└╜ ░¬└╠ ╣ⁿ└º╕ª ╣■╛ε│╡╜└┤╧┤┘:
-
- *strings.8216:1░· 100╗τ└╠└╟ ┐¡└╗ ┴÷┴ñ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8217:1░· 100╗τ└╠└╟ ╟α└╗ ┴÷┴ñ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8218:░í└σ└┌╕«└╟ ╡╬▓▓┤┬ 0║╬┼═ 10000 ╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8219:╝┐ ░ú░▌└║ 0║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8220:╝┐ ├ñ┐∞▒Γ┐í┤┬ 0║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8221:╞°└║ 1║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╧░┼│¬,\n1║╬┼═ 100%╕ª ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8222:│⌠└╠┤┬ 1║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╧░┼│¬,\n1║╬┼═ 100%╕ª ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8223:│⌠└╠┤┬ 1║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8224:│⌠└╠┤┬ 1║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8225:░ú░▌└║ 1║╬┼═ 10000╟╚╝┐└╗ ╗τ┐δ╟╥ ╝÷ └╓╜└┤╧┤┘.
-
- *strings.8226:╗⌡ ░¬└╗ │╓░φ ┤┘╜├ ╜├╡╡╟╧╜├┐└.
-
- *strings.8227:╗⌡ ░¬╡Θ└╗ │╓░φ ┤┘╜├ ╜├╡╡╟╧╜├┐└.
-
- *strings.8228:╕╡┼⌐└╟ ┼╪╜║╞« └╘╖┬:
-
- *strings.8229:╕╡┼⌐╡╚ └╠╣╠┴÷:
-
- *strings.8230:╕╡┼⌐╡╚ ┼╪╜║╞«:
-
- *strings.8231:╝▒┼├╟╤ ╣«╝¡┐ú ╕φ╜├╡╚ ╕±└√┴÷░í ╛°╜└┤╧┤┘
-
- *strings.8232:┴÷┴ñ╡╚ ╣«╝¡┐í ╕φ╜├╡╚ ╕±└√┴÷╖╬ ╕╡┼⌐(╝▒┼├╗τ╟╫).
-
- *strings.8233:╟÷└τ ╣«╝¡┐í ╕φ╜├╡╚ ╕±└√┴÷╖╬ ╕╡┼⌐(╝▒┼├╗τ╟╫).
-
- *strings.8234:╕╡┼⌐╕ª ╗Φ┴ª╟╥▒ε┐Σ?
-
- *strings.8235:<╣╠╚«└╬>
-
- *strings.8236:┐¡╕«┴÷ ╛╩└║ ┼┬▒╫: '<'░í └╓╛ε╛▀ ╟╒┤╧┤┘
-
- *strings.8237:┐¡╕«┴÷ ╛╩└║ ┼┬▒╫: '>'░í └╓╛ε╛▀ ╟╒┤╧┤┘
-
- *strings.8238:┼┬▒╫┐í │í│¬┴÷ ╛╩└║ ╣«└┌┐¡└╠ └╓╜└┤╧┤┘. ┤▌┤┬ ╡√┐╚╟Ñ░í ╟╩┐Σ╟╒┤╧┤┘
-
- *strings.8239:┼┬▒╫╕ª │╩╣½ └╨┬∩ ┤▌╛╥╜└┤╧┤┘
-
- *strings.8240:┼┬▒╫ └╠╕º└╠ └╓╛ε╛▀ ╟╒┤╧┤┘
-
- *strings.8241:╛╦ ╝÷ ╛°┤┬ ┼┬▒╫ ┐└╖∙
-
- *strings.8242:┼┬▒╫┤┬ ┴ñ╗≤└╘┤╧┤┘
-
- *strings.8243:└╠ ╣«╝¡┤┬ ╟┴╖╣└╙└╗ ╞≈╟╘╟╧░φ └╓╜└┤╧┤┘.\n╟÷└τ ╣÷└ⁿ└║ ╟┴╖╣└╙└╗ ╞≈╟╘╟╧┤┬ ╣«╝¡┐í ┤δ╟╤ ╞φ┴²▒Γ┤╔└╠ ╛°╜└┤╧┤┘.
-
- *strings.8244:└╠ ╣«╝¡┤┬ ┴ª╟░┴ñ║╕ ╣«╝¡└╘┤╧┤┘.\n╞φ┴²▒Γ╖╬ ╞φ┴²╟╥ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8245:┐Σ├╗╟╤ └█╛≈└╗ ░Φ╝╙╟╧▒Γ └ⁿ┐í ╞─└╧└╗\n└·└σ╟╪╛▀ ╟╒┤╧┤┘.
-
- *strings.8246:┤┘└╜ ╞─└╧┐í ║»░µ╡╚ │╗┐δ└╗ └·└σ╟╥▒ε┐Σ?\n%.900s?
-
- *strings.8247:┐└╖∙ ╣°╚ú = (%d).
-
- *strings.8248:┴÷▒▌└║ ║╣╗τ╟╧░┼│¬ └▀╢≤│╗▒Γ╕ª ╟╥ ╝÷ ╛°╜└┤╧┤┘. ┤┘└╜┐í ┤┘╜├ ╟╤╣° ╜├╡╡╟╧╜├┐└.
-
- *strings.8249:╛╞╣½░═╡╡ ╝▒┼├╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.
-
- *strings.8250:╝▒┼├│╗┐δ└║ ┼╫└╠║φ ╝┐└╟ ░µ░Φ╕ª ╞≈╟╘╟╒┤╧┤┘.\n╗Φ┴ª ╣╫ ║╣╗τ┤┬ ╟π┐δ╡╟┴÷ ╛╩╜└┤╧┤┘.
-
- *strings.8251:╕φ╖╔└╗ ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘!
-
- *strings.8252:╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ HTML ╞φ┴²▒Γ╕ª ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n%f ╞─└╧┐í ┤δ╟╧┐⌐ ┴÷┴ñ╟╧╜├┐└. Netscape┤┬ %f(└╗)╕ª ┴ñ╚«╟╤\n└╠╕º└╕╖╬ ╣┘▓▀┤╧┤┘. ┐╣╕ª ╡Θ╕Θ,\n xgifedit %f\n┴÷▒▌ ╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ ░¬└╗ └╧╖┬╟╧░┌╜└┤╧▒ε?
-
- *strings.8253:├│╕«▒Γ `%s' └╟ ╣«╣² ┐└╖∙└╘┤╧┤┘
-
- *strings.8254:├│╕«▒Γ `%s' ┐í ╕┬┴÷ ╛╩┤┬ └⌐╡╡┐∞ ┼╕└╘└╘┤╧┤┘.
-
- *strings.8255:Netscape Navigator ░ⁿ╕« ┼░╞«╖╬ ║»░µ╟▀└╜.\n╣÷└ⁿ: %s\n╗τ┐δ└┌ ┴ª╟░: C
-
- *strings.8256:╡≡╜║┼⌐└╟ ░│└╬ MIME ┼╕└╘ ╞─└╧(%s)└╠ ║»░µ╡╟╛·╜└┤╧┤┘. └·└σ╟╧┴÷ ╛╩└║\n│╗┐δ└╗ ╣½╜├╟╧░φ ┤┘╜├ └╨└╗▒ε┐Σ?
-
- *strings.8257:╡≡╜║┼⌐└╟ ░│└╬ Mailcap ╞─└╧(%s)└╠ ║»░µ╡╟╛·╜└┤╧┤┘. └·└σ╟╧┴÷ ╛╩└║\n│╗┐δ└╗ ╣½╜├╟╧░φ ┤┘╜├ └╨└╗▒ε┐Σ?
-
- *strings.8258:╡≡╜║┼⌐└╟ ░│└╬ MIME ┼╕└╘ ╞─└╧(%s)└╠ ║»░µ╡╟╛·└╕╣╟╖╬ ┤┘╜├ └╨╜└┤╧┤┘.
-
- *strings.8259:╡≡╜║┼⌐└╟ ░│└╬ Mailcap ╞─└╧(%s)└╠ ║»░µ╡╟╛·└╕╣╟╖╬ ┤┘╜├ └╨╜└┤╧┤┘.
-
- *strings.8260:╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ └╠╣╠┴÷ ╞φ┴²▒Γ╕ª ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n%f ╞─└╧┐í ┤δ╟╧┐⌐ ┴÷┴ñ╟╧╜├┐└. Netscape┤┬ %f(└╗)╕ª ┴ñ╚«╟╤\n└╠╕º└╕╖╬ ╣┘▓▀┤╧┤┘. ┐╣╕ª ╡Θ╕Θ,\n xgifedit %f\n┴÷▒▌ ╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ ░¬└╗ └╧╖┬╟╧░┌╜└┤╧▒ε?
-
- *strings.8261:┴÷▒▌ ┐°░┼╕« ╝¡╣÷└╟ ╣«╝¡│¬ └╠╣╠┴÷╕ª\n┤┘┐ε╖╬╡σ╟╧╖┴░φ ╟╒┤╧┤┘.\n╞╟▒╟, └·└█▒╟ ╡ε└╟ ┴÷└√╝╥└»▒╟└╠ └√┐δ╡╟┤┬\n╣«╝¡│¬ └╠╣╠┴÷┐í ┤δ╟╧┐⌐ ╟π░í╕ª ╣▐╛╞╛▀╕╕ ╟╒┤╧┤┘.
-
- *strings.8262:└╧▒Γ└ⁿ┐δ ╞─└╧└╘┤╧┤┘.
-
- *strings.8263:╞─└╧└╠ └ß░▄└╓╜└┤╧┤┘. │¬┴▀┐í ╜├╡╡╟╧╜├┐└.
-
- *strings.8264:└▀╕°╡╚ ╞─└╧ URL└╘┤╧┤┘.
-
- *strings.8265:╛▓▒Γ ╞─└╧ ┐¡▒Γ ┐└╖∙.
-
- *strings.8266:╞─└╧ ╛▓▒Γ ┐└╖∙.
-
- *strings.8267:└╙╜├ ╣Θ╛≈ ╞─└╧ └█╝║ ┐└╖∙.
-
- *strings.8268:└╙╜├ ╣Θ╛≈ ╞─└╧ ╗Φ┴ª ┐└╖∙.
-
- *strings.8269:╣«╝¡ └·└σ└╗ ░Φ╝╙╟╥▒ε┐Σ?
-
- *strings.8270:┤┘└╜ ╞─└╧└╗ └·└σ┴▀ ┐└╖∙░í ╣▀╗²╟▀╜└┤╧┤┘.\n%.900s
-
- *strings.8271:┼█╟├╕┤ ╣«╝¡└╟ ╗⌡ └º─í╕ª ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n┴÷▒▌ ╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ ░¬└╗ └╧╖┬╟╧░┌╜└┤╧▒ε?
-
- *strings.8272:└┌╡┐└·└σ ░ú░▌┐í 0┐í╝¡ 600 ║╨╗τ└╠└╟ ░¬└╗ └╘╖┬╟╧╜├┐└.
-
- *strings.8273:├ú╛╞░Ñ ▒Γ║╗ └º─í╕ª ┴÷┴ñ╟╧┴÷ ╛╩╛╥╜└┤╧┤┘.\n┴÷▒▌ ╞φ┴²▒Γ ╚»░µ╝│┴ñ┐í╝¡ ░¬└╗ └╧╖┬╟╧░┌╜└┤╧▒ε?
-
- *strings.8274:├Γ╞╟╕±└√┴÷ ╜├└█└║ "ftp://" or "http://" └╠╛ε╛▀ ╟╒┤╧┤┘.\n╗⌡ ░¬└╗ └╘╖┬╟╧░φ ┤┘╜├ ╜├╡╡╟╧╜├┐└.
-
- *strings.8275:└╠╣╠┴÷░í ┐°░┼╕« └º─í┐í └╓╜└┤╧┤┘.\n╞φ┴²╟╧▒Γ└ⁿ┐í └╠╣╠┴÷╕ª ╡≡╜║┼⌐┐í └·└σ╟╧╜├┐└.
-
- *strings.8276:╗÷╗≤╟Ñ╕ª ╟╥┤τ╣▐└╗ ╝÷ ╛°╜└┤╧┤┘
-
- *strings.8277:┐°░┼╕«╝¡╣÷┐í ┐├╕«┤┬ ╞─└╧ └╠╕º:\n%.900s
-
- *strings.8278:╞─└╧└╗ ╡≡╜║┼⌐┐í └·└σ:\n%.900s
-
- *strings.8279:└╠╣╠┴÷ ╞─└╧ └╨▒Γ:\n%.900s
-
- *strings.8280:%d ╣°┬░ ╞─└╧(├╤ %d)
-
- *strings.8281:╝╥╜║╕ª ├ú└╗ ╝÷ ╛°╜└┤╧┤┘.
-
- *strings.8282:└╠ ╣«╝¡╕ª │¬┴▀┐í ╝÷╡┐└╕╖╬ └·└σ╟╥ ╢º▒ε┴÷\n└┌╡┐└·└σ ▒Γ┤╔└╗ ┴▀┴÷╟╧╖┴╕Θ, ├δ╝╥╕ª ┤⌐╕ú╜├┐└.
-
-